diff options
author | ashish <ashish@FreeBSD.org> | 2014-08-07 14:42:58 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2014-08-07 14:42:58 +0800 |
commit | 61e41acf2e0fa41f332b85f2ee9b81184c2e414b (patch) | |
tree | bbff1297f50c9b9e8ebd396bbf435093c10d8e40 | |
parent | 7a896c73e60fff9f5063ba581c8962729f9a4270 (diff) | |
download | freebsd-ports-gnome-61e41acf2e0fa41f332b85f2ee9b81184c2e414b.tar.gz freebsd-ports-gnome-61e41acf2e0fa41f332b85f2ee9b81184c2e414b.tar.zst freebsd-ports-gnome-61e41acf2e0fa41f332b85f2ee9b81184c2e414b.zip |
- Fix breakage caused by r364084, where @dirrmtry entries were removed
from emacs port Makefile by adding the removed @dirrmtry entries in
PLIST_DIRSTRY
Reported by: QAT
-rw-r--r-- | editors/emacs-nox11/Makefile | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/editors/emacs-nox11/Makefile b/editors/emacs-nox11/Makefile index 4976b2354399..79f217cb46cd 100644 --- a/editors/emacs-nox11/Makefile +++ b/editors/emacs-nox11/Makefile @@ -3,13 +3,28 @@ PKGNAMESUFFIX= -nox11 -PORTREVISION= 12 +PORTREVISION= 13 OPTIONS_EXCLUDE=GCONF GIF JPEG OTF M17N PNG SVG TIFF SYNC_INPUT GTK2 GTK3 \ SCROLLBARS XFT XIM XPM MAGICK GSETTINGS X11 CANNA \ XAW XAW3D MOTIF EMACS_NO_X11_SLAVE= yes +PLIST_DIRSTRY= share/icons/hicolor/128x128/apps \ + share/icons/hicolor/128x128 \ + share/icons/hicolor/16x16/apps \ + share/icons/hicolor/16x16 \ + share/icons/hicolor/24x24/apps \ + share/icons/hicolor/24x24 \ + share/icons/hicolor/32x32/apps \ + share/icons/hicolor/32x32 \ + share/icons/hicolor/48x48/apps \ + share/icons/hicolor/48x48 \ + share/icons/hicolor/scalable/apps \ + share/icons/hicolor/scalable/mimetypes \ + share/icons/hicolor/scalable \ + share/icons/hicolor \ + share/icons MASTERDIR= ${.CURDIR}/../emacs LATEST_LINK= emacs-nox11 |