diff options
author | ashish <ashish@FreeBSD.org> | 2014-08-05 17:09:26 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2014-08-05 17:09:26 +0800 |
commit | ff6c176fb56974b387d3c703b31a55f922f26f58 (patch) | |
tree | a51fd6b453a48daf6ebf8e894be20cda01d67822 /editors/emacs-nox11 | |
parent | a4077ec13761093a8dee3d55f3b36df796c48582 (diff) | |
download | freebsd-ports-gnome-ff6c176fb56974b387d3c703b31a55f922f26f58.tar.gz freebsd-ports-gnome-ff6c176fb56974b387d3c703b31a55f922f26f58.tar.zst freebsd-ports-gnome-ff6c176fb56974b387d3c703b31a55f922f26f58.zip |
- Move /var/games/emacs stuff from pkg-plist into pkg-{de,}install as it's
not installed in $PREFIX, which causes issues with `check-plist' target
- Remove extraneous @dirrmtry entries
- Bump PORTREVISION due to pkg-plist change
Reported by: rpaulo
Diffstat (limited to 'editors/emacs-nox11')
-rw-r--r-- | editors/emacs-nox11/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/emacs-nox11/Makefile b/editors/emacs-nox11/Makefile index dec777dcb1ec..4976b2354399 100644 --- a/editors/emacs-nox11/Makefile +++ b/editors/emacs-nox11/Makefile @@ -3,7 +3,7 @@ PKGNAMESUFFIX= -nox11 -PORTREVISION= 11 +PORTREVISION= 12 OPTIONS_EXCLUDE=GCONF GIF JPEG OTF M17N PNG SVG TIFF SYNC_INPUT GTK2 GTK3 \ SCROLLBARS XFT XIM XPM MAGICK GSETTINGS X11 CANNA \ |