diff options
author | rakuco <rakuco@FreeBSD.org> | 2016-10-04 20:25:14 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2016-10-04 20:25:14 +0800 |
commit | 9c0d3a5fa2884a755b33226d4b27e73311a5fecc (patch) | |
tree | 661c8df68fc9d61c74acedcf004080d2264ea0e7 /devel | |
parent | 41bbde9f8d467f51605aa085fe93297f8b824ae2 (diff) | |
download | freebsd-ports-gnome-9c0d3a5fa2884a755b33226d4b27e73311a5fecc.tar.gz freebsd-ports-gnome-9c0d3a5fa2884a755b33226d4b27e73311a5fecc.tar.zst freebsd-ports-gnome-9c0d3a5fa2884a755b33226d4b27e73311a5fecc.zip |
Bump PORTREVISION to chase the Emacs updates from r423103.
Without this, the files are still installed into a site-lisp directory
belonging to an older Emacs version and fail to work.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/git-modes/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/git-modes/Makefile b/devel/git-modes/Makefile index 38abdcd324da..5a38ebd29186 100644 --- a/devel/git-modes/Makefile +++ b/devel/git-modes/Makefile @@ -3,6 +3,7 @@ PORTNAME= git-modes PORTVERSION= 1.2.2 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel elisp PKGNAMESUFFIX= -${EMACS_PORT_NAME} |