From 61e41acf2e0fa41f332b85f2ee9b81184c2e414b Mon Sep 17 00:00:00 2001 From: ashish Date: Thu, 7 Aug 2014 06:42:58 +0000 Subject: - 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 --- editors/emacs-nox11/Makefile | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) 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 -- cgit