diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-04-03 12:02:59 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-04-03 12:02:59 +0000 |
commit | ffe5f7724b04632eaf0072ccfc91bf500586c921 (patch) | |
tree | 7cf35f87c2db1e84a1a537960abfa86a00c95610 /editors/fxite | |
parent | 751c4f7dffb51e177511aac80845b9331c8bbedd (diff) |
Notes
Diffstat (limited to 'editors/fxite')
-rw-r--r-- | editors/fxite/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/fxite/Makefile b/editors/fxite/Makefile index c9a1ec03d02a..50dd766b39ab 100644 --- a/editors/fxite/Makefile +++ b/editors/fxite/Makefile @@ -30,6 +30,7 @@ LDFLAGS+= -lgetline PLIST_FILES= bin/fxite \ share/pixmaps/fxite.xpm \ share/applications/fxite.desktop +PLIST_DIRSTRY= share/applications post-patch: ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ |