aboutsummaryrefslogtreecommitdiff
path: root/www/cgihtml/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/cgihtml/Makefile')
-rw-r--r--www/cgihtml/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/cgihtml/Makefile b/www/cgihtml/Makefile
index f76120221a74..6b05d57ccd79 100644
--- a/www/cgihtml/Makefile
+++ b/www/cgihtml/Makefile
@@ -12,6 +12,8 @@ MASTER_SITES= ftp://ftp.eekim.com/pub/users/eekim/cgihtml/
MAINTAINER= i.vaudrey@bigfoot.com
+INSTALL_SHLIBS= yes
+
post-extract:
@${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.dist
@${CP} ${FILESDIR}/Makefile ${WRKSRC}
@@ -24,6 +26,5 @@ post-install:
.endfor
${INSTALL_DATA} ${WRKSRC}/docs/*.html ${PREFIX}/share/doc/cgihtml/html
.endif
- @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>