aboutsummaryrefslogtreecommitdiffstats
path: root/databases/gnats/Makefile
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-06-06 06:32:11 +0800
committermharo <mharo@FreeBSD.org>1999-06-06 06:32:11 +0800
commitd27edf52986a3f634e493451ba0a43f64be2cfc2 (patch)
treec93047466dbf9daea5ade970b9464515c4feac22 /databases/gnats/Makefile
parent588c5c62f48a4a87b881b1f43a8b28dfc3d70586 (diff)
downloadfreebsd-ports-graphics-d27edf52986a3f634e493451ba0a43f64be2cfc2.tar.gz
freebsd-ports-graphics-d27edf52986a3f634e493451ba0a43f64be2cfc2.tar.zst
freebsd-ports-graphics-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 'databases/gnats/Makefile')
-rw-r--r--databases/gnats/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/databases/gnats/Makefile b/databases/gnats/Makefile
index a14186c3883..b1e7e24083b 100644
--- a/databases/gnats/Makefile
+++ b/databases/gnats/Makefile
@@ -3,7 +3,7 @@
# Date created: 10 November 1995
# Whom: pst
#
-# $Id: Makefile,v 1.20 1999/04/09 05:42:36 pst Exp $
+# $Id: Makefile,v 1.21 1999/04/14 00:02:46 scrappy Exp $
#
DISTNAME= gnats-3.110
@@ -45,9 +45,6 @@ pre-install:
post-install:
(cd ${WRKSRC}/gnats; ${MAKE} install-info)
(cd ${WRKSRC}/send-pr; ${MAKE} install-info)
- if [ ! -f ${PREFIX}/info/dir ]; then \
- sed -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
- fi
install-info ${PREFIX}/info/gnats.info ${PREFIX}/info/dir
install-info ${PREFIX}/info/send-pr.info ${PREFIX}/info/dir