diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-17 07:02:08 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-17 07:02:08 +0000 |
commit | 02b092ef9f563a3059e78c918965d7c4d87a41d0 (patch) | |
tree | 7dd7b7a3a283351a84bbc6f4acc71fa60e7fcca3 | |
parent | ea13146e0182074df3be278e72070f0254e68b37 (diff) |
Notes
-rw-r--r-- | devel/egypt/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/egypt/Makefile b/devel/egypt/Makefile index e08bd628df4b..c1735d1cce4f 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> |