diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-28 15:42:06 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-28 15:42:06 +0000 |
commit | cd11d931701022f48d694fcc588239183e0364ec (patch) | |
tree | 19e9504573f0157752cf8aa3f3074705a0962b1b /deskutils/gdesklets-ltvariations/Makefile | |
parent | 09408032e6a0cee09da5ee669905ff130dfbce27 (diff) | |
download | ports-cd11d931701022f48d694fcc588239183e0364ec.tar.gz ports-cd11d931701022f48d694fcc588239183e0364ec.zip |
Notes
Diffstat (limited to 'deskutils/gdesklets-ltvariations/Makefile')
-rw-r--r-- | deskutils/gdesklets-ltvariations/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/gdesklets-ltvariations/Makefile b/deskutils/gdesklets-ltvariations/Makefile index 5a5dc56737df..59c8ce11658c 100644 --- a/deskutils/gdesklets-ltvariations/Makefile +++ b/deskutils/gdesklets-ltvariations/Makefile @@ -7,7 +7,7 @@ PORTNAME= ltvariations PORTVERSION= 0.26 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils gnome MASTER_SITES= http://gdesklets.gnomedesktop.org/files/ PKGNAMEPREFIX= gdesklets- @@ -35,6 +35,7 @@ do-build: @${WRKSRC}/Sensors/Install_${ii}_Sensor.bin --nomsg ${WRKSRC} .endfor @${PATCH} ${WRKSRC}/LTVUptime/__init__.py < ${FILESDIR}/LTVUptime::__init__.py + @${PATCH} ${WRKSRC}/LTVClock/__init__.py < ${FILESDIR}/LTVClock::__init__.py @${CAT} pkg-message | ${SED} -e 's|%%PREFIX%%|${PREFIX}|g ; s|%%DISPLAY%%|${DISPLAY}|g' > ${PKGMESSAGE} do-install: |