diff options
-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} |