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 | |
parent | f359ee78885faedfb9fd1259c36133038ac50245 (diff) | |
download | freebsd-ports-graphics-64186dbb7c798d759f09f85b088edf5765605aa5.tar.gz freebsd-ports-graphics-64186dbb7c798d759f09f85b088edf5765605aa5.tar.zst freebsd-ports-graphics-64186dbb7c798d759f09f85b088edf5765605aa5.zip |
Second round of INSTALL_SHLIBS=yes fixes.
Diffstat (limited to 'www/cgihtml')
-rw-r--r-- | www/cgihtml/Makefile | 3 | ||||
-rw-r--r-- | www/cgihtml/pkg-plist | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/www/cgihtml/Makefile b/www/cgihtml/Makefile index f76120221a7..6b05d57ccd7 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> diff --git a/www/cgihtml/pkg-plist b/www/cgihtml/pkg-plist index eb3845045df..3f17d000f47 100644 --- a/www/cgihtml/pkg-plist +++ b/www/cgihtml/pkg-plist @@ -5,8 +5,6 @@ include/string-lib.h lib/libcgihtml.a lib/libcgihtml.so lib/libcgihtml.so.1 -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B share/doc/cgihtml/CHANGES share/doc/cgihtml/CREDITS share/doc/cgihtml/html/cgihtml-1.html |