diff options
author | CHOI Junho <cjh@FreeBSD.org> | 2000-10-09 16:05:44 +0000 |
---|---|---|
committer | CHOI Junho <cjh@FreeBSD.org> | 2000-10-09 16:05:44 +0000 |
commit | 73194fc5891e4216436aaf6514382918973c274b (patch) | |
tree | 07d21173b43d52677664fb037591d7eedb5f9392 /www/qdecoder/Makefile | |
parent | cdf53fbe51723ffd1652acb2cda81836fbae111f (diff) |
Notes
Diffstat (limited to 'www/qdecoder/Makefile')
-rw-r--r-- | www/qdecoder/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/qdecoder/Makefile b/www/qdecoder/Makefile index 8c399d205c4e..7195fe0716e5 100644 --- a/www/qdecoder/Makefile +++ b/www/qdecoder/Makefile @@ -6,7 +6,7 @@ # PORTNAME= qDecoder -PORTVERSION= 6.0.2 +PORTVERSION= 6.0.3 CATEGORIES= www MASTER_SITES= ftp://ftp.qDecoder.org/pub/qDecoder/\ ftp://ftp2.qDecoder.org/pub/qDecoder/ @@ -24,7 +24,7 @@ post-install: .endfor ${MKDIR} ${PREFIX}/share/examples/qDecoder -${RM} ${WRKSRC}/examples/*.o ${WRKSRC}/examples/*.cgi \ - ${WRKSRC}/examples/Makefile.in ${WRKSRC}/examples/maketest + ${WRKSRC}/examples/Makefile.in ${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/share/examples/qDecoder |