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 /net/straw/Makefile | |
parent | 97dfcc1b41c5b4581b1d73128a866beec069c5bf (diff) | |
download | ports-4acc6fb2a411b291c9c210d82bafe7c62e71c77d.tar.gz ports-4acc6fb2a411b291c9c210d82bafe7c62e71c77d.zip |
Notes
Diffstat (limited to 'net/straw/Makefile')
-rw-r--r-- | net/straw/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/straw/Makefile b/net/straw/Makefile index eb3a6fcfce6b..8a2f5f03f9fa 100644 --- a/net/straw/Makefile +++ b/net/straw/Makefile @@ -7,6 +7,7 @@ PORTNAME= straw PORTVERSION= 0.27 +PORTREVISION= 1 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR=sources/${PORTNAME}/${PORTVERSION} @@ -25,10 +26,10 @@ USE_GNOME= gnomehier libglade2 pygnome2 pygnomeextras USE_PYTHON= 2.4+ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= Straw -PYDISTUTILS_EGGINFODIR= ${PREFIX}/share/gnome +PYDISTUTILS_EGGINFODIR= ${PREFIX}/share PYDISTUTILS_INSTALLARGS= -c -O1 --prefix=${PREFIX} \ - --install-lib=${PREFIX}/share/gnome \ - --with-desktop-file-dir=share/gnome/applications + --install-lib=${PREFIX}/share \ + --with-desktop-file-dir=share/applications GCONF_SCHEMAS= straw.schemas |