svn commit: r337934 - head/x11/xlockmore
Jason Helfman
jgh at FreeBSD.org
Sun Dec 29 02:56:05 UTC 2013
Author: jgh
Date: Sun Dec 29 02:56:04 2013
New Revision: 337934
URL: http://svnweb.freebsd.org/changeset/ports/337934
Log:
- unbreak when built with GTK2 option enabled
- while here fix maintainership for the one slave ports
PR: 185065
Reported by: freebsd at skysmurf.nl
Modified:
head/x11/xlockmore/Makefile
Modified: head/x11/xlockmore/Makefile
==============================================================================
--- head/x11/xlockmore/Makefile Sun Dec 29 00:37:41 2013 (r337933)
+++ head/x11/xlockmore/Makefile Sun Dec 29 02:56:04 2013 (r337934)
@@ -8,7 +8,7 @@ MASTER_SITES= http://www.tux.org/~bagley
ftp://ibiblio.org/pub/Linux/X11/screensavers/ \
CRITICAL
-MAINTAINER= jgh at FreeBSD.org
+MAINTAINER?= jgh at FreeBSD.org
COMMENT= Like XLock session locker/screen saver, but just more
USE_BZIP2= yes
@@ -46,6 +46,7 @@ NO_OPTIONS_SORT=yes
MAKE_ARGS+= bindir=${STAGEDIR}${PREFIX}/bin \
mandir=${STAGEDIR}${PREFIX}/man/man1 \
+ datarootdir=${STAGEDIR}${PREFIX}/share \
xapploaddir=${STAGEDIR}${PREFIX}/lib/X11/app-defaults
.include <bsd.port.options.mk>
More information about the svn-ports-all
mailing list