diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-09-28 03:48:23 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-09-28 03:48:23 +0000 |
commit | 152a5d5f40b7fce1059a95c3f99464396e603196 (patch) | |
tree | 94655c3800c24e2fc0c55e563c2771a4af90f150 /sysutils/stalepid | |
parent | d46f33bfea0dafc75fe140dabe16c92fb29defe0 (diff) | |
download | ports-152a5d5f40b7fce1059a95c3f99464396e603196.tar.gz ports-152a5d5f40b7fce1059a95c3f99464396e603196.zip |
Notes
Diffstat (limited to 'sysutils/stalepid')
-rw-r--r-- | sysutils/stalepid/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sysutils/stalepid/Makefile b/sysutils/stalepid/Makefile index 897a91788bd9..f8f72accb470 100644 --- a/sysutils/stalepid/Makefile +++ b/sysutils/stalepid/Makefile @@ -17,9 +17,6 @@ USE_PERL5= run WRKSRC= ${WRKDIR}/${DISTNAME} -MAN1= stalepid.1 -MANCOMPRESSED= yes -PLIST_FILES= bin/stalepid +PLIST_FILES= bin/stalepid man/man1/stalepid.1.gz -NO_STAGE= yes .include <bsd.port.mk> |