diff options
author | edwin <edwin@FreeBSD.org> | 2005-12-04 10:40:32 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-12-04 10:40:32 +0000 |
commit | 6b8b6e4a823c3e1d4a53ff9acfda54d7750f25a8 (patch) | |
tree | 0c4c14fb2e1f3ad257aa42e1c05cce9914b1519e /print | |
parent | 61af7f1d3a7ae9a7f94ad184486b9be322959300 (diff) | |
download | FreeBSD-ports-6b8b6e4a823c3e1d4a53ff9acfda54d7750f25a8.zip FreeBSD-ports-6b8b6e4a823c3e1d4a53ff9acfda54d7750f25a8.tar.gz |
Add INFO macro
Diffstat (limited to 'print')
-rw-r--r-- | print/hp2xx/Makefile | 1 | ||||
-rw-r--r-- | print/hp2xx/pkg-plist | 3 | ||||
-rw-r--r-- | print/trueprint/Makefile | 1 | ||||
-rw-r--r-- | print/trueprint/pkg-plist | 3 |
4 files changed, 2 insertions, 6 deletions
diff --git a/print/hp2xx/Makefile b/print/hp2xx/Makefile index 8c2ce10..0770db7 100644 --- a/print/hp2xx/Makefile +++ b/print/hp2xx/Makefile @@ -24,6 +24,7 @@ MAKE_ENV= DEFINES="${CPPFLAGS}" ALL_LIBS="${LDFLAGS}" \ PREVIEWER="${PREVIEWER}" MAN1= hp2xx.1 +INFO= hp2xx CPPFLAGS= -DUNIX -I${LOCALBASE}/include LDFLAGS= -lm -L${LOCALBASE}/lib -ltiff -lpng -lz diff --git a/print/hp2xx/pkg-plist b/print/hp2xx/pkg-plist index 2bf99c4..8ef5838 100644 --- a/print/hp2xx/pkg-plist +++ b/print/hp2xx/pkg-plist @@ -1,4 +1 @@ bin/hp2xx -@unexec install-info --delete %D/info/hp2xx.info %D/info/dir -info/hp2xx.info -@exec install-info %D/info/hp2xx.info %D/info/dir diff --git a/print/trueprint/Makefile b/print/trueprint/Makefile index 18cd695..cff973d 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 9ad8f9e..f1c23d8 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 |