diff options
author | mharo <mharo@FreeBSD.org> | 1999-06-06 06:32:11 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-06-06 06:32:11 +0800 |
commit | d27edf52986a3f634e493451ba0a43f64be2cfc2 (patch) | |
tree | c93047466dbf9daea5ade970b9464515c4feac22 /print/hp2xx | |
parent | 588c5c62f48a4a87b881b1f43a8b28dfc3d70586 (diff) | |
download | freebsd-ports-gnome-d27edf52986a3f634e493451ba0a43f64be2cfc2.tar.gz freebsd-ports-gnome-d27edf52986a3f634e493451ba0a43f64be2cfc2.tar.zst freebsd-ports-gnome-d27edf52986a3f634e493451ba0a43f64be2cfc2.zip |
Remove the test to create ${PREFIX}/share/info/dir as it is now
in bsd.port.mk and this helps to unify the check and install.
Diffstat (limited to 'print/hp2xx')
-rw-r--r-- | print/hp2xx/Makefile | 5 | ||||
-rw-r--r-- | print/hp2xx/pkg-plist | 1 |
2 files changed, 1 insertions, 5 deletions
diff --git a/print/hp2xx/Makefile b/print/hp2xx/Makefile index 0c44e25416b8..e44d46b278db 100644 --- a/print/hp2xx/Makefile +++ b/print/hp2xx/Makefile @@ -3,7 +3,7 @@ # Date created: 17 Jan 1999 # Whom: Lars Koeller # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/01/26 03:30:26 steve Exp $ # DISTNAME= hp2xx-3.20-png @@ -22,9 +22,6 @@ MAKEFILE= makefile MAN1= hp2xx.1 post-install: - if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi .for info in hp2xx.info install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir .endfor diff --git a/print/hp2xx/pkg-plist b/print/hp2xx/pkg-plist index 60e1d92e1a3a..2bf99c409c3b 100644 --- a/print/hp2xx/pkg-plist +++ b/print/hp2xx/pkg-plist @@ -1,5 +1,4 @@ bin/hp2xx @unexec install-info --delete %D/info/hp2xx.info %D/info/dir info/hp2xx.info -@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir @exec install-info %D/info/hp2xx.info %D/info/dir |