summaryrefslogtreecommitdiff
path: root/x11/xlockmore
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-12-29 05:54:34 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-12-29 05:54:34 +0000
commit57094c18c4a3b0cb8bfd5efc7286b3245ac545e1 (patch)
tree513d7f5bbe5083b43069eb2407351ed7c4af979b /x11/xlockmore
parentNew Port: japanese/xlockmore - Xlockmore which supports the Japanese language. (diff)
Make some variables ?= because they might be set by slave ports
(for example, japanese/xlockmore) PR: ports/59664 (related)
Notes
Notes: svn path=/head/; revision=96839
Diffstat (limited to 'x11/xlockmore')
-rw-r--r--x11/xlockmore/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile
index f3da424335b5..37ecfbd9ee5a 100644
--- a/x11/xlockmore/Makefile
+++ b/x11/xlockmore/Makefile
@@ -7,12 +7,12 @@
PORTNAME= xlockmore
PORTVERSION= 5.10
-CATEGORIES= x11
+CATEGORIES?= x11
MASTER_SITES= ftp://ftp.tux.org/pub/tux/bagleyd/xlockmore/ \
${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= applications
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER?= ports@FreeBSD.org
COMMENT= Like XLock session locker/screen saver, but just more
USE_BZIP2= yes