diff options
author | johans <johans@FreeBSD.org> | 2012-12-12 04:40:12 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2012-12-12 04:40:12 +0800 |
commit | 64cf0c39f1cd11a2934a9a663ea28313ae061d95 (patch) | |
tree | 15110df2e58fb496a80d8e9e2324f760dee25752 | |
parent | 0d41d4c3ea3561d0016f46d356d00672dd597fd4 (diff) | |
download | freebsd-ports-gnome-64cf0c39f1cd11a2934a9a663ea28313ae061d95.tar.gz freebsd-ports-gnome-64cf0c39f1cd11a2934a9a663ea28313ae061d95.tar.zst freebsd-ports-gnome-64cf0c39f1cd11a2934a9a663ea28313ae061d95.zip |
- Remove dead mirror site
- PORTEXAMPLES can be set unconditionally [1]
Reported by: danfe [1]
-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} |