diff options
Diffstat (limited to 'databases/gdbm')
-rw-r--r-- | databases/gdbm/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/databases/gdbm/Makefile b/databases/gdbm/Makefile index 694595c013c..f209d4f09af 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> |