summaryrefslogtreecommitdiff
path: root/editors/gnotepad
diff options
context:
space:
mode:
authormycroft <mycroft@pkgsrc.org>2002-07-19 04:54:23 +0000
committermycroft <mycroft@pkgsrc.org>2002-07-19 04:54:23 +0000
commitc78670e7fb1655212960a850acf4785542b9ca7e (patch)
tree5e9dacc356a8bee62052756ced27b76f7f54f583 /editors/gnotepad
parentc08ac951281185890e47808e2450683a64af9e05 (diff)
downloadpkgsrc-c78670e7fb1655212960a850acf4785542b9ca7e.tar.gz
`@unexec ${RMDIR}' needs the %D prefix. Doh.
Diffstat (limited to 'editors/gnotepad')
-rw-r--r--editors/gnotepad/PLIST6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/gnotepad/PLIST b/editors/gnotepad/PLIST
index a7e135ebaff..72032c2591f 100644
--- a/editors/gnotepad/PLIST
+++ b/editors/gnotepad/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:36 skrll Exp $
+@comment $NetBSD: PLIST,v 1.3 2002/07/19 04:54:23 mycroft Exp $
bin/gnp
man/man1/gnp.1
share/gnome/apps/Applications/gnotepad+.desktop
@@ -114,5 +114,5 @@ share/locale/ja/LC_MESSAGES/gnotepad+.mo
@dirrm share/gnotepad+
@dirrm share/gnome/help/gnotepad+/C
@dirrm share/gnome/help/gnotepad+
-@unexec ${RMDIR} share/gnome/help 2> /dev/null || true
-@unexec ${RMDIR} share/gnome/apps/Applications 2> /dev/null || true
+@unexec ${RMDIR} %D/share/gnome/help 2> /dev/null || true
+@unexec ${RMDIR} %D/share/gnome/apps/Applications 2> /dev/null || true