summaryrefslogtreecommitdiff
path: root/print/hp2xx
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-06-05 22:32:11 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-06-05 22:32:11 +0000
commit5ce8e8e5c77a92c16e627672eab6ebca50ad6f85 (patch)
treed22580c3f5bea1154b95655a82046161cfa9fd35 /print/hp2xx
parentUpdate to 990522 release (diff)
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.
Notes
Notes: svn path=/head/; revision=19223
Diffstat (limited to 'print/hp2xx')
-rw-r--r--print/hp2xx/Makefile5
-rw-r--r--print/hp2xx/pkg-plist1
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