diff options
author | arved <arved@FreeBSD.org> | 2003-08-05 02:10:43 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-08-05 02:10:43 +0800 |
commit | cb28516ea7810c99d407091f8d2c33ee1f9fa0ae (patch) | |
tree | 8d56abde31ae8c841b1f36649c71aa104ae4ccee /misc/help2man | |
parent | 08c8c9d20af95c64b8f27941d21a81b41b252053 (diff) | |
download | freebsd-ports-gnome-cb28516ea7810c99d407091f8d2c33ee1f9fa0ae.tar.gz freebsd-ports-gnome-cb28516ea7810c99d407091f8d2c33ee1f9fa0ae.tar.zst freebsd-ports-gnome-cb28516ea7810c99d407091f8d2c33ee1f9fa0ae.zip |
Use new INFO macros
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 |