diff options
author | Johan van Selst <johans@FreeBSD.org> | 2012-12-11 20:40:12 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2012-12-11 20:40:12 +0000 |
commit | cbd721477d470001267fc854bd4867de732811da (patch) | |
tree | 15110df2e58fb496a80d8e9e2324f760dee25752 /www | |
parent | d88c038e8e25c94b8e085d9381c2b77c1d09a559 (diff) | |
download | ports-cbd721477d470001267fc854bd4867de732811da.tar.gz ports-cbd721477d470001267fc854bd4867de732811da.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/qdecoder/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/www/qdecoder/Makefile b/www/qdecoder/Makefile index 0a2d0c3cf479..e8b12745429c 100644 --- a/www/qdecoder/Makefile +++ b/www/qdecoder/Makefile @@ -4,8 +4,7 @@ PORTNAME= qdecoder PORTVERSION= 12.0.4 CATEGORIES= www -MASTER_SITES= SF/${PORTNAME}/ \ - ftp://ftp.qdecoder.org/pub/qDecoder/ +MASTER_SITES= SF/${PORTNAME}/ DISTNAME= qDecoder-${PORTVERSION} MAINTAINER= johans@FreeBSD.org @@ -17,6 +16,7 @@ MAKE_ARGS= exec_prefix="${PREFIX}" WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} OPTIONS_DEFINE= DEBUG +PORTEXAMPLES= * PLIST_FILES= include/qdecoder.h \ lib/libqdecoder.a \ @@ -29,10 +29,6 @@ PLIST_FILES= include/qdecoder.h \ CONFIGURE_ARGS+="--enable-debug" .endif -.if ${PORT_OPTIONS:MEXAMPLES} -PORTEXAMPLES= * -.endif - post-install: .if ${PORT_OPTIONS:MEXAMPLES} ${MKDIR} ${EXAMPLESDIR} |