- Stage support
This commit is contained in:
parent
b21e5591f7
commit
49308db8d4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345456
2 changed files with 5 additions and 6 deletions
|
@ -11,14 +11,10 @@ COMMENT= Converts the AWK script to C, then compiles it
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
|
USES= desthack
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
MANCOMPRESSED= no
|
|
||||||
MAN1= awka.1
|
|
||||||
MAN5= awka-elm.5 awka-elmref.5
|
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
post-install:
|
post-install:
|
||||||
@${STRIP_CMD} ${PREFIX}/bin/awka
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/awka
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -2,3 +2,6 @@ bin/awka
|
||||||
lib/libawka.a
|
lib/libawka.a
|
||||||
lib/libawka.so
|
lib/libawka.so
|
||||||
include/libawka.h
|
include/libawka.h
|
||||||
|
man/man1/awka.1.gz
|
||||||
|
man/man5/awka-elm.5.gz
|
||||||
|
man/man5/awka-elmref.5.gz
|
||||||
|
|
Loading…
Reference in a new issue