diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-01-30 10:25:34 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-01-30 10:25:34 +0000 |
commit | 2df76eb0a73bb59d817aa60758a5f10e3e544c3b (patch) | |
tree | 07e10c49034b87755dafb03956ad93c5363e0bb7 /www/qdecoder/Makefile | |
parent | 1c97f613254a72e0ae97ea8d817ebe38096d6949 (diff) |
Notes
Diffstat (limited to 'www/qdecoder/Makefile')
-rw-r--r-- | www/qdecoder/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/qdecoder/Makefile b/www/qdecoder/Makefile index 51bdf6b2f59a..b66b870aecad 100644 --- a/www/qdecoder/Makefile +++ b/www/qdecoder/Makefile @@ -14,10 +14,10 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= cjh@FreeBSD.org COMMENT= CGI library for C/C++ language programming -GNU_CONFIGURE= YES +GNU_CONFIGURE= yes +USE_LDCONFIG= yes post-install: - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib ${MKDIR} ${PREFIX}/share/doc/qDecoder .for doc in AUTHORS DISCLAIMER README REFERENCE qDecoder.jpg ${INSTALL_DATA} ${WRKSRC}/${doc} ${PREFIX}/share/doc/qDecoder @@ -31,5 +31,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/examples/*.html ${PREFIX}/share/examples/qDecoder ${INSTALL_DATA} ${WRKSRC}/examples/*.in ${PREFIX}/share/examples/qDecoder - .include <bsd.port.mk> |