diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-27 19:21:50 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-27 19:21:50 +0000 |
commit | 5b255a0f311e788bd4e1fab84dc307e2b4301cca (patch) | |
tree | 42ab17d362b4276ce7cd857fc3ee294b2ff90ddd /sysutils | |
parent | bff0f13bd534f9a2817410d89917bfd1c210b82a (diff) |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/worldtools/Makefile | 7 | ||||
-rw-r--r-- | sysutils/worldtools/pkg-plist | 3 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/worldtools/Makefile b/sysutils/worldtools/Makefile index 6aad7a08d1d9..39e27773895e 100644 --- a/sysutils/worldtools/Makefile +++ b/sysutils/worldtools/Makefile @@ -10,13 +10,10 @@ MASTER_SITES= http://anarcat.ath.cx/software/distfiles/ MAINTAINER= anarcat@anarcat.ath.cx COMMENT= Handy tools for living with make world -USES= perl5 +USES= perl5 uidfix shebangfix +SHEBANG_FILES= whereintheworld USE_PERL5= run -MAN8= buildit.8 upgrade.8 whereintheworld.8 - MAKE_ARGS= SHAREDIR=${PREFIX} -MANCOMPRESSED= yes -NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/worldtools/pkg-plist b/sysutils/worldtools/pkg-plist index ed13b8ef40cf..843306cb4e78 100644 --- a/sysutils/worldtools/pkg-plist +++ b/sysutils/worldtools/pkg-plist @@ -1,3 +1,6 @@ +man/man8/buildit.8.gz +man/man8/upgrade.8.gz +man/man8/whereintheworld.8.gz sbin/whereintheworld sbin/upgrade sbin/buildit |