diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-10-24 23:37:25 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-10-24 23:37:25 +0000 |
commit | 4acc6fb2a411b291c9c210d82bafe7c62e71c77d (patch) | |
tree | bc16420eb52d65511ceb520c00171d219210a473 /www/syndigator/Makefile | |
parent | 97dfcc1b41c5b4581b1d73128a866beec069c5bf (diff) | |
download | ports-4acc6fb2a411b291c9c210d82bafe7c62e71c77d.tar.gz ports-4acc6fb2a411b291c9c210d82bafe7c62e71c77d.zip |
Notes
Diffstat (limited to 'www/syndigator/Makefile')
-rw-r--r-- | www/syndigator/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/syndigator/Makefile b/www/syndigator/Makefile index f69b5fdbaa6b..8b7ea7902122 100644 --- a/www/syndigator/Makefile +++ b/www/syndigator/Makefile @@ -4,11 +4,12 @@ # Whom: ijliao # # $FreeBSD$ -# $MCom: ports/www/syndigator/Makefile,v 1.1 2006/09/30 18:31:24 ahze Exp $ +# $MCom: ports/www/syndigator/Makefile,v 1.4 2007/09/09 22:45:27 mezz Exp $ +# PORTNAME= syndigator PORTVERSION= 0.15.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -31,7 +32,7 @@ USE_GNOME= gnomehier USE_PERL5= yes NO_BUILD= yes -GNOMEDIR= ${PREFIX}/share/gnome +GNOMEDIR= ${PREFIX}/share post-patch: @${PERL} -pi -e 's|./lib|${PREFIX}/${SITE_PERL_REL}/${PORTNAME}|g' \ |