aboutsummaryrefslogtreecommitdiff
path: root/deskutils/gdesklets-recentlyused
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-04-01 12:50:29 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-04-01 12:50:29 +0000
commit5240d29127b6ff64dbca60c425dc29b3d1890e92 (patch)
treeb552227244facf598f8807dd85b700f423701374 /deskutils/gdesklets-recentlyused
parent7e9975b7498651dbf135fe3461b59a67ecfa6bc0 (diff)
downloadports-5240d29127b6ff64dbca60c425dc29b3d1890e92.tar.gz
ports-5240d29127b6ff64dbca60c425dc29b3d1890e92.zip
use SUB_FILES for pkg-message
Notes
Notes: svn path=/head/; revision=158548
Diffstat (limited to 'deskutils/gdesklets-recentlyused')
-rw-r--r--deskutils/gdesklets-recentlyused/Makefile5
-rw-r--r--deskutils/gdesklets-recentlyused/files/pkg-message.in (renamed from deskutils/gdesklets-recentlyused/pkg-message)4
2 files changed, 6 insertions, 3 deletions
diff --git a/deskutils/gdesklets-recentlyused/Makefile b/deskutils/gdesklets-recentlyused/Makefile
index 8c5868d9f124..6ae61d6dd99e 100644
--- a/deskutils/gdesklets-recentlyused/Makefile
+++ b/deskutils/gdesklets-recentlyused/Makefile
@@ -10,7 +10,7 @@ PORTVERSION= 0.6
PORTREVISION= 4
CATEGORIES= deskutils gnome
MASTER_SITES= http://gdesklets.gnomedesktop.org/files/
-PKGNAMEPREFIX= gdesklets-
+PKGNAMEPREFIX= gdesklets-
DISTNAME= recently-used-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
@@ -20,6 +20,9 @@ RUN_DEPENDS= gdesklets:${PORTSDIR}/deskutils/gdesklets
USE_PYTHON= yes
USE_X_PREFIX= yes
+SUB_FILES= pkg-message
+PKGMESSAGE= ${WRKDIR}/pkg-message
+
NAME= RecentlyUsed
DATADIR= ${PREFIX}/share/gnome
diff --git a/deskutils/gdesklets-recentlyused/pkg-message b/deskutils/gdesklets-recentlyused/files/pkg-message.in
index 9bd8c8eeed05..d2463720794d 100644
--- a/deskutils/gdesklets-recentlyused/pkg-message
+++ b/deskutils/gdesklets-recentlyused/files/pkg-message.in
@@ -1,11 +1,11 @@
##
To view the installed applets:
- ls ${PREFIX}/share/gnome/gdesklets/Displays
+ ls %%PREFIX%%/share/gnome/gdesklets/Displays
To use those applets:
- gdesklets open ${PREFIX}/share/gnome/gdesklets/Displays/${name}/${name}.display
+ gdesklets open %%PREFIX%%/share/gnome/gdesklets/Displays/${name}/${name}.display
Replace ${name} with the correct name of the applets you want to use.