diff options
author | edwin <edwin@FreeBSD.org> | 2005-12-04 18:40:32 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-12-04 18:40:32 +0800 |
commit | 6b8b6e4a823c3e1d4a53ff9acfda54d7750f25a8 (patch) | |
tree | 0c4c14fb2e1f3ad257aa42e1c05cce9914b1519e /print/trueprint | |
parent | 61af7f1d3a7ae9a7f94ad184486b9be322959300 (diff) | |
download | freebsd-ports-gnome-6b8b6e4a823c3e1d4a53ff9acfda54d7750f25a8.tar.gz freebsd-ports-gnome-6b8b6e4a823c3e1d4a53ff9acfda54d7750f25a8.tar.zst freebsd-ports-gnome-6b8b6e4a823c3e1d4a53ff9acfda54d7750f25a8.zip |
Add INFO macro
Diffstat (limited to 'print/trueprint')
-rw-r--r-- | print/trueprint/Makefile | 1 | ||||
-rw-r--r-- | print/trueprint/pkg-plist | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/print/trueprint/Makefile b/print/trueprint/Makefile index 18cd69545523..cff973d3c9b4 100644 --- a/print/trueprint/Makefile +++ b/print/trueprint/Makefile @@ -19,5 +19,6 @@ USE_GMAKE= yes GNU_CONFIGURE= yes MAN1= trueprint.1 +INFO= trueprint .include <bsd.port.mk> diff --git a/print/trueprint/pkg-plist b/print/trueprint/pkg-plist index 9ad8f9ea3c12..f1c23d86e0b0 100644 --- a/print/trueprint/pkg-plist +++ b/print/trueprint/pkg-plist @@ -1,5 +1,2 @@ bin/trueprint lib/printers -@unexec install-info --delete %D/info/trueprint.info %D/info/dir -info/trueprint.info -@exec install-info %D/info/trueprint.info %D/info/dir |