summaryrefslogtreecommitdiff
path: root/devel/gindent
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-10-12 07:15:23 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-10-12 07:15:23 +0000
commit608d3d0b8daca54716e216fddcfdb45db0caf0a5 (patch)
treea5d819053a3aac93b5ed65d3303c1d17cf1d6bd8 /devel/gindent
parentremove testing for PREFIX/info/dir as this is done in bsd.port.mk (diff)
remove testing for ${PREFIX}/info/dir
Notes
Notes: svn path=/head/; revision=22369
Diffstat (limited to 'devel/gindent')
-rw-r--r--devel/gindent/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/devel/gindent/Makefile b/devel/gindent/Makefile
index 3907317fa4ec..6644fa52d186 100644
--- a/devel/gindent/Makefile
+++ b/devel/gindent/Makefile
@@ -24,9 +24,6 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/indent.1 ${PREFIX}/man/man1
post-install:
- @if [ ! -f ${PREFIX}/info/dir ]; then \
- ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
- fi
@install-info ${PREFIX}/info/indent.info ${PREFIX}/info/dir
.include <bsd.port.mk>