summaryrefslogtreecommitdiff
path: root/databases/gdbm
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-12-04 23:35:14 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-12-04 23:35:14 +0000
commit3d887eb3f6d773d0aa156da960d68930a9f413f9 (patch)
tree3b3be302417857170ea93072b4b17b2fd88bcea9 /databases/gdbm
parentremoved pim6sd, since it's succeeded by net/mcast-tools (diff)
Remove install-info from Makefile, it's automatically done when INFO is defined
Notes
Notes: svn path=/head/; revision=150427
Diffstat (limited to 'databases/gdbm')
-rw-r--r--databases/gdbm/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/databases/gdbm/Makefile b/databases/gdbm/Makefile
index 694595c013c5..f209d4f09af1 100644
--- a/databases/gdbm/Makefile
+++ b/databases/gdbm/Makefile
@@ -30,8 +30,6 @@ PLIST_SUB= GDBM_COMPAT="@comment "
MAN3= gdbm.3
INFO= gdbm
-INSTALL_INFO?= install-info
-
pre-everything::
.if !defined(WITH_COMPAT)
@${ECHO_MSG}
@@ -40,7 +38,4 @@ pre-everything::
@${ECHO_MSG}
.endif
-post-install:
- @${INSTALL_INFO} ${PREFIX}/info/${PORTNAME}.info ${PREFIX}/info/dir
-
.include <bsd.port.mk>