diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-03-16 21:47:50 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-03-16 21:47:50 +0000 |
commit | c1d95aab80a9551d7e7451ed91c8342ef63d180c (patch) | |
tree | 160c88fc7eaf076c5074f663eb9288c0a8dd1cc0 /editors/leafpad | |
parent | 6e2ca19b4056765bbdcad096ab506094f41194ad (diff) | |
download | ports-c1d95aab80a9551d7e7451ed91c8342ef63d180c.tar.gz ports-c1d95aab80a9551d7e7451ed91c8342ef63d180c.zip |
Notes
Diffstat (limited to 'editors/leafpad')
-rw-r--r-- | editors/leafpad/Makefile | 2 | ||||
-rw-r--r-- | editors/leafpad/pkg-plist | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/editors/leafpad/Makefile b/editors/leafpad/Makefile index df25990a21a8..361ac1a6eb06 100644 --- a/editors/leafpad/Makefile +++ b/editors/leafpad/Makefile @@ -7,7 +7,7 @@ PORTNAME= leafpad PORTVERSION= 0.7.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/editors/leafpad/pkg-plist b/editors/leafpad/pkg-plist index 1caf7634eeb6..691b8453e4d1 100644 --- a/editors/leafpad/pkg-plist +++ b/editors/leafpad/pkg-plist @@ -17,5 +17,5 @@ share/locale/ta/LC_MESSAGES/leafpad.mo share/locale/zh_CN/LC_MESSAGES/leafpad.mo share/locale/zh_TW/LC_MESSAGES/leafpad.mo %%PORTDOCS%%@dirrm %%DOCSDIR%% -@exec update-desktop-database > /dev/null || /usr/bin/true -@unexec update-desktop-database > /dev/null || /usr/bin/true +@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true +@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true |