diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-15 17:12:51 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-15 17:12:51 +0000 |
commit | 5cb14340042a107ee5ad92616d23d4d9551eb878 (patch) | |
tree | 627c8eec76ffb450072bffd91d2a746e8d206c3d /www/cgihtml | |
parent | 1de95a9ce1b6eaced7531fa61e3c1dd2b0280f97 (diff) |
Second round of INSTALL_SHLIBS=yes fixes.
Notes
Notes:
svn path=/head/; revision=29614
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 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> diff --git a/www/cgihtml/pkg-plist b/www/cgihtml/pkg-plist index eb3845045df6..3f17d000f47a 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 |