diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-05 05:25:36 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-05 05:25:36 +0000 |
commit | 4e646acd0e224b0a458d4a79c139983500483624 (patch) | |
tree | bba2c2b74745ceca81c9738da7bf5f35d2f76eb6 /astro | |
parent | 94215cee3ce85d77611083944a45767f811ea994 (diff) | |
download | ports-4e646acd0e224b0a458d4a79c139983500483624.tar.gz ports-4e646acd0e224b0a458d4a79c139983500483624.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/gdesklets-goodweather/Makefile | 4 | ||||
-rw-r--r-- | astro/gdesklets-goodweather/distinfo | 2 | ||||
-rw-r--r-- | astro/gdesklets-goodweather/pkg-message | 10 |
3 files changed, 8 insertions, 8 deletions
diff --git a/astro/gdesklets-goodweather/Makefile b/astro/gdesklets-goodweather/Makefile index 3c9250562374..fbb7310b657f 100644 --- a/astro/gdesklets-goodweather/Makefile +++ b/astro/gdesklets-goodweather/Makefile @@ -6,7 +6,7 @@ # PORTNAME= goodweather -PORTVERSION= 0.3 +PORTVERSION= 0.4 CATEGORIES= astro gnome MASTER_SITES= http://gdesklets.gnomedesktop.org/files/ PKGNAMEPREFIX= gdesklets- @@ -25,10 +25,12 @@ USE_REINPLACE= yes NAME= GoodWeather WRKSRC= ${WRKDIR}/${NAME} DATADIR= ${PREFIX}/share/gnome +PKGMESSAGE= ${WRKDIR}/pkg-message SKINS= liquid um weather.com do-build: @${WRKSRC}/Install_${NAME}_Sensor.bin --nomsg ${WRKSRC} + @${CAT} pkg-message | ${SED} -e 's|%%PREFIX%%|${PREFIX}|g ; s|%%NAME%%|${NAME}|g' > ${PKGMESSAGE} do-install: @${MKDIR} ${DATADIR}/gdesklets/Displays/${NAME}/gfx diff --git a/astro/gdesklets-goodweather/distinfo b/astro/gdesklets-goodweather/distinfo index 87c8fed2573c..72859d94c2b8 100644 --- a/astro/gdesklets-goodweather/distinfo +++ b/astro/gdesklets-goodweather/distinfo @@ -1 +1 @@ -MD5 (GoodWeather-0.3.tar.bz2) = f92d504e2e5732cb02ef08a23b282a0f +MD5 (GoodWeather-0.4.tar.bz2) = ad7851fed9de6f8adc35d522d5b08cdb diff --git a/astro/gdesklets-goodweather/pkg-message b/astro/gdesklets-goodweather/pkg-message index f8f9f8bccd89..682e55e18eb1 100644 --- a/astro/gdesklets-goodweather/pkg-message +++ b/astro/gdesklets-goodweather/pkg-message @@ -1,18 +1,16 @@ ## To view the README: - cat ${PREFIX}/share/gnome/gdesklets/Displays/${name}/README - cat ${PREFIX}/share/gnome/gdesklets/Sensors/${name}/README + cat %%PREFIX%%/share/gnome/gdesklets/Displays/%%NAME%%/README + cat %%PREFIX%%/share/gnome/gdesklets/Sensors/%%NAME%%/README To view the installed applets: - ls ${PREFIX}/share/gnome/gdesklets/Displays + ls %%PREFIX%%/share/gnome/gdesklets/Displays To use those applets: - gdesklets ${PREFIX}/share/gnome/gdesklets/Displays/${name}/${name}.display - -Replace the ${name} with the correct name to what you want to use applets. + gdesklets %%PREFIX%%/share/gnome/gdesklets/Displays/%%NAME%%/%%NAME%%.display NOTE: Be sure to login as your user when you use the gdesklets command, as the configuration will be stored in the ~/.gdesklets/ directory |