mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 00:46:27 -04:00
- Stage support
This commit is contained in:
parent
76022934fd
commit
583bf7c618
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347203
2 changed files with 3 additions and 6 deletions
|
@ -14,10 +14,4 @@ GNU_CONFIGURE= yes
|
||||||
USES= perl5 gmake
|
USES= perl5 gmake
|
||||||
SUB_FILES= pkg-message
|
SUB_FILES= pkg-message
|
||||||
|
|
||||||
MAN1= asn1c.1 enber.1 unber.1
|
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
post-install:
|
|
||||||
@${CAT} ${PKGMESSAGE}
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -3,6 +3,9 @@ bin/clyx2asn1.pl
|
||||||
bin/crfc2asn1.pl
|
bin/crfc2asn1.pl
|
||||||
bin/enber
|
bin/enber
|
||||||
bin/unber
|
bin/unber
|
||||||
|
man/man1/asn1c.1.gz
|
||||||
|
man/man1/enber.1.gz
|
||||||
|
man/man1/unber.1.gz
|
||||||
%%DATADIR%%/ANY.c
|
%%DATADIR%%/ANY.c
|
||||||
%%DATADIR%%/ANY.h
|
%%DATADIR%%/ANY.h
|
||||||
%%DATADIR%%/BIT_STRING.c
|
%%DATADIR%%/BIT_STRING.c
|
||||||
|
|
Loading…
Add table
Reference in a new issue