diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-08-04 18:10:43 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-08-04 18:10:43 +0000 |
commit | 7a86de8bc7529d53a376c50f4ebebcb0ce38d159 (patch) | |
tree | c52f8eb6daec75eb97baaf0adc935ae794480d01 /misc/help2man | |
parent | f3f929924fadca8aee68a77e7802c7772e0e31f1 (diff) | |
download | ports-7a86de8bc7529d53a376c50f4ebebcb0ce38d159.tar.gz ports-7a86de8bc7529d53a376c50f4ebebcb0ce38d159.zip |
Notes
Diffstat (limited to 'misc/help2man')
-rw-r--r-- | misc/help2man/Makefile | 1 | ||||
-rw-r--r-- | misc/help2man/pkg-plist | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/misc/help2man/Makefile b/misc/help2man/Makefile index 3162d901dd27..e5556a647de7 100644 --- a/misc/help2man/Makefile +++ b/misc/help2man/Makefile @@ -19,5 +19,6 @@ GNU_CONFIGURE= yes USE_PERL5= yes MAN1= help2man.1 +INFO= help2man .include <bsd.port.mk> diff --git a/misc/help2man/pkg-plist b/misc/help2man/pkg-plist index 4939bc477eb0..ec4ace1e5120 100644 --- a/misc/help2man/pkg-plist +++ b/misc/help2man/pkg-plist @@ -1,4 +1 @@ bin/help2man -@unexec install-info --delete %D/info/help2man.info %D/info/dir -info/help2man.info -@exec install-info %D/info/help2man.info %D/info/dir |