diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-12-29 05:54:34 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-12-29 05:54:34 +0000 |
commit | 57094c18c4a3b0cb8bfd5efc7286b3245ac545e1 (patch) | |
tree | 513d7f5bbe5083b43069eb2407351ed7c4af979b /x11/xlockmore/Makefile | |
parent | New 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)
Diffstat (limited to '')
-rw-r--r-- | x11/xlockmore/Makefile | 4 |
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 |