svn commit: r385949 - head/devel/global
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun May 10 12:45:35 UTC 2015
Author: sunpoet
Date: Sun May 10 12:45:34 2015
New Revision: 385949
URL: https://svnweb.freebsd.org/changeset/ports/385949
Log:
- Fix --localstatedir: use /var instead of PREFIX/var
- Bump PORTREVISION for package change
Modified:
head/devel/global/Makefile
head/devel/global/pkg-plist
Modified: head/devel/global/Makefile
==============================================================================
--- head/devel/global/Makefile Sun May 10 12:45:29 2015 (r385948)
+++ head/devel/global/Makefile Sun May 10 12:45:34 2015 (r385949)
@@ -3,6 +3,7 @@
PORTNAME= global
PORTVERSION= 6.4
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= GNU
@@ -14,7 +15,6 @@ LICENSE= GPLv3
OPTIONS_DEFINE= DOCS
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --localstatedir="${PREFIX}/var"
INSTALL_TARGET= install-strip
USES= libtool perl5
Modified: head/devel/global/pkg-plist
==============================================================================
--- head/devel/global/pkg-plist Sun May 10 12:45:29 2015 (r385948)
+++ head/devel/global/pkg-plist Sun May 10 12:45:34 2015 (r385949)
@@ -87,4 +87,4 @@ share/gtags/script/less-global
share/gtags/script/pygments_parser.py
share/gtags/style.css.tmpl
share/gtags/vim74-gtags-cscope.patch
- at dir var/gtags
+ at dir /var/gtags
More information about the svn-ports-head
mailing list