aboutsummaryrefslogtreecommitdiff
path: root/lang/awka/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-21 14:01:21 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-21 14:01:21 +0000
commit49308db8d41ba1376d01da2922b141aa246c07eb (patch)
treef180c2a56ae61077e180fdefe49e4ae019564c59 /lang/awka/Makefile
parentb21e5591f7a33083f59d80eae7abf57dd316670c (diff)
downloadports-49308db8d41ba1376d01da2922b141aa246c07eb.tar.gz
ports-49308db8d41ba1376d01da2922b141aa246c07eb.zip
- Stage support
Notes
Notes: svn path=/head/; revision=345456
Diffstat (limited to 'lang/awka/Makefile')
-rw-r--r--lang/awka/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/lang/awka/Makefile b/lang/awka/Makefile
index debe6caf6d00..04da2c8f6f98 100644
--- a/lang/awka/Makefile
+++ b/lang/awka/Makefile
@@ -11,14 +11,10 @@ COMMENT= Converts the AWK script to C, then compiles it
GNU_CONFIGURE= yes
+USES= desthack
USE_LDCONFIG= yes
-MANCOMPRESSED= no
-MAN1= awka.1
-MAN5= awka-elm.5 awka-elmref.5
-
-NO_STAGE= yes
post-install:
- @${STRIP_CMD} ${PREFIX}/bin/awka
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/awka
.include <bsd.port.mk>