diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-06-26 13:53:38 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-06-26 13:53:38 +0000 |
commit | f59dd1e8c2474989104f003e13c3d076f97e62ce (patch) | |
tree | f3d5d42acb6a20c346385fac1e069ae35562253a /deskutils/gdeskcal | |
parent | a6446d99fc90cd1be5115f27441f09df5a25ecd8 (diff) | |
download | ports-f59dd1e8c2474989104f003e13c3d076f97e62ce.tar.gz ports-f59dd1e8c2474989104f003e13c3d076f97e62ce.zip |
Notes
Diffstat (limited to 'deskutils/gdeskcal')
-rw-r--r-- | deskutils/gdeskcal/Makefile | 6 | ||||
-rw-r--r-- | deskutils/gdeskcal/pkg-plist | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/deskutils/gdeskcal/Makefile b/deskutils/gdeskcal/Makefile index d7f1f04166a1..3738e056aa20 100644 --- a/deskutils/gdeskcal/Makefile +++ b/deskutils/gdeskcal/Makefile @@ -7,6 +7,7 @@ PORTNAME= gdeskcal PORTVERSION= 0.52 +PORTREVISION= 1 CATEGORIES= deskutils python gnome MASTER_SITES= http://www.pycage.de/download/ DISTNAME= gDeskCal-${PORTVERSION:S/./_/} @@ -21,10 +22,15 @@ WRKSRC= ${WRKDIR}/gDeskCal-${PORTVERSION} USE_PYTHON= yes USE_X_PREFIX= yes USE_GNOME= gnomehier +USE_REINPLACE= yes NO_BUILD= yes DATA_DIRS= code data skins +post-patch: + @${REINPLACE_CMD} -e 's|"locale"|"${PREFIX}/share/locale"|g' \ + ${WRKSRC}/code/values.py + do-install: ${MKDIR} ${PREFIX}/share/gnome/gdeskcal for d in ${DATA_DIRS}; do \ diff --git a/deskutils/gdeskcal/pkg-plist b/deskutils/gdeskcal/pkg-plist index af91f1c6dfe7..f184afd7004c 100644 --- a/deskutils/gdeskcal/pkg-plist +++ b/deskutils/gdeskcal/pkg-plist @@ -38,6 +38,7 @@ share/gnome/gdeskcal/code/planner/iCalLoader.py share/gnome/gdeskcal/code/planner/iCalWriter.py share/gnome/gdeskcal/code/sfrmapper.py share/gnome/gdeskcal/code/values.py +share/gnome/gdeskcal/code/values.py.bak share/gnome/gdeskcal/data/config.xml share/gnome/gdeskcal/data/format.xml share/gnome/gdeskcal/data/gfx/business.png |