diff options
author | edwin <edwin@FreeBSD.org> | 2005-12-05 07:35:14 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-12-05 07:35:14 +0800 |
commit | d4c59fdc21c9a96a1c4a56d8a5519d1cad431b99 (patch) | |
tree | 224e8bc25d5a084b037d62578442c7bfb48bf549 /databases | |
parent | 5ffd23f46013d30af8044d5562c32d8a7217dd97 (diff) | |
download | freebsd-ports-gnome-d4c59fdc21c9a96a1c4a56d8a5519d1cad431b99.tar.gz freebsd-ports-gnome-d4c59fdc21c9a96a1c4a56d8a5519d1cad431b99.tar.zst freebsd-ports-gnome-d4c59fdc21c9a96a1c4a56d8a5519d1cad431b99.zip |
Remove install-info from Makefile, it's automatically done when INFO is defined
Diffstat (limited to 'databases')
-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 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> |