aboutsummaryrefslogtreecommitdiff
path: root/databases/gdbm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/gdbm/Makefile')
-rw-r--r--databases/gdbm/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/databases/gdbm/Makefile b/databases/gdbm/Makefile
index c943ff819238..043586562465 100644
--- a/databases/gdbm/Makefile
+++ b/databases/gdbm/Makefile
@@ -11,14 +11,16 @@ CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= gdbm
-MAINTAINER= bjn@visi.com
+MAINTAINER= clefevre@citeweb.net
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
MAN3= gdbm.3
+INSTALL_INFO?= install-info
+
post-install:
- @install-info ${PREFIX}/info/gdbm.info ${PREFIX}/info/dir
+ @${INSTALL_INFO} ${PREFIX}/info/${PORTNAME}.info ${PREFIX}/info/dir
.include <bsd.port.mk>