diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-16 01:12:51 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-16 01:12:51 +0800 |
commit | 64186dbb7c798d759f09f85b088edf5765605aa5 (patch) | |
tree | 56c7d7570bfef240a3f1252e1408a6809a0d1edb /www/cgihtml/Makefile | |
parent | f359ee78885faedfb9fd1259c36133038ac50245 (diff) | |
download | freebsd-ports-gnome-64186dbb7c798d759f09f85b088edf5765605aa5.tar.gz freebsd-ports-gnome-64186dbb7c798d759f09f85b088edf5765605aa5.tar.zst freebsd-ports-gnome-64186dbb7c798d759f09f85b088edf5765605aa5.zip |
Second round of INSTALL_SHLIBS=yes fixes.
Diffstat (limited to 'www/cgihtml/Makefile')
-rw-r--r-- | www/cgihtml/Makefile | 3 |
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> |