diff options
author | gahr <gahr@FreeBSD.org> | 2013-04-03 20:02:59 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-04-03 20:02:59 +0800 |
commit | 235802a7954b2fd033d5b78c28ec9aa835e3cf61 (patch) | |
tree | 7cf35f87c2db1e84a1a537960abfa86a00c95610 /editors/fxite/Makefile | |
parent | 5fee8010474198e6fe88fcc49d89a36db120496c (diff) | |
download | freebsd-ports-gnome-235802a7954b2fd033d5b78c28ec9aa835e3cf61.tar.gz freebsd-ports-gnome-235802a7954b2fd033d5b78c28ec9aa835e3cf61.tar.zst freebsd-ports-gnome-235802a7954b2fd033d5b78c28ec9aa835e3cf61.zip |
- Fix PLIST
Reported by: miwi
Approved by: portmgr
Diffstat (limited to 'editors/fxite/Makefile')
-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' \ |