diff options
Diffstat (limited to 'www/qDecoder/Makefile')
-rw-r--r-- | www/qDecoder/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/qDecoder/Makefile b/www/qDecoder/Makefile index f4c06f5ef59..2059ca6bb24 100644 --- a/www/qDecoder/Makefile +++ b/www/qDecoder/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2006/03/04 21:31:03 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2006/06/10 19:43:24 minskim Exp $ DISTNAME= qDecoder-7.0.1 CATEGORIES= www +PKGREVISION= 1 MASTER_SITES= ftp://ftp.qDecoder.org/pub/qDecoder/ EXTRACT_SUFX= .tar.Z @@ -10,6 +11,7 @@ HOMEPAGE= http://www.qDecoder.org/ COMMENT= Web Application Interface for C/C++ (CGI Library) GNU_CONFIGURE= YES +USE_LIBTOOL= YES post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/qDecoder |