aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-02-17 15:02:08 +0800
committermiwi <miwi@FreeBSD.org>2014-02-17 15:02:08 +0800
commitcad087459cd97e5b57d44ce7a7721430d0201d21 (patch)
tree7dd7b7a3a283351a84bbc6f4acc71fa60e7fcca3 /devel
parentf6102744edd941885bb92169e26a47dc1e486462 (diff)
downloadfreebsd-ports-graphics-cad087459cd97e5b57d44ce7a7721430d0201d21.tar.gz
freebsd-ports-graphics-cad087459cd97e5b57d44ce7a7721430d0201d21.tar.zst
freebsd-ports-graphics-cad087459cd97e5b57d44ce7a7721430d0201d21.zip
- Stage support
Diffstat (limited to 'devel')
-rw-r--r--devel/egypt/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/egypt/Makefile b/devel/egypt/Makefile
index e08bd628df4..c1735d1cce4 100644
--- a/devel/egypt/Makefile
+++ b/devel/egypt/Makefile
@@ -16,9 +16,8 @@ USES= perl5 shebangfix
USE_PERL5= configure
SHEBANG_FILES= egypt
-MAN1= ${PORTNAME}.1
-PLIST_FILES= bin/${PORTNAME} %%SITE_PERL%%/%%PERL_ARCH%%/auto/${PORTNAME}/.packlist
+PLIST_FILES= bin/${PORTNAME} %%SITE_PERL%%/%%PERL_ARCH%%/auto/${PORTNAME}/.packlist \
+ man/man1/egypt.1.gz
PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/${PORTNAME}
-NO_STAGE= yes
.include <bsd.port.mk>