aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gaupol/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-07-15 07:29:08 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-07-15 07:29:08 +0000
commit3e7c2d1507aeb0a799a1db2783c590544c8e05bd (patch)
tree084964483d8e6bb3e90c377eea81113ba42ce60a /multimedia/gaupol/Makefile
parentc903c8ce2ac9aba56e346e61a892b9e89d90d81e (diff)
downloadports-3e7c2d1507aeb0a799a1db2783c590544c8e05bd.tar.gz
ports-3e7c2d1507aeb0a799a1db2783c590544c8e05bd.zip
- Update to 0.17
PR: 148565 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=257792
Diffstat (limited to 'multimedia/gaupol/Makefile')
-rw-r--r--multimedia/gaupol/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/multimedia/gaupol/Makefile b/multimedia/gaupol/Makefile
index 753472fa440f..0abf35de13ef 100644
--- a/multimedia/gaupol/Makefile
+++ b/multimedia/gaupol/Makefile
@@ -6,11 +6,10 @@
#
PORTNAME= gaupol
-PORTVERSION= 0.15.1
-PORTREVISION= 1
+PORTVERSION= 0.17
CATEGORIES= multimedia
MASTER_SITES= http://download.gna.org/gaupol/%SUBDIR%/
-MASTER_SITE_SUBDIR= ${PORTVERSION:R}
+MASTER_SITE_SUBDIR= ${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Subtitle editor
@@ -29,6 +28,6 @@ INSTALLS_ICONS= yes
MAN1= ${PORTNAME}.1
post-patch:
- @${REINPLACE_CMD} -e 's|share/man/|man/|' ${WRKSRC}/manifest/data-files
+ @${REINPLACE_CMD} -e 's|share/man|man|g' ${WRKSRC}/setup.py
.include <bsd.port.mk>