diff options
author | Florian Smeets <flo@FreeBSD.org> | 2011-04-23 14:37:13 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2011-04-23 14:37:13 +0000 |
commit | 15ad2a026c5a7e05e326026934560ef9e6984ea2 (patch) | |
tree | af96433206a95f203ce2b606906f014171dc87f4 /x11 | |
parent | - update to 4.9.5 (diff) |
- make CATEGORIES overridable, this fixes PKGORIGIN for japanese/xlockmore
Notes
Notes:
svn path=/head/; revision=273107
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xlockmore/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index c38996f80179..25aa0bd9334d 100644 --- a/x11/xlockmore/Makefile +++ b/x11/xlockmore/Makefile @@ -7,7 +7,7 @@ PORTNAME= xlockmore PORTVERSION= 5.31 -CATEGORIES= x11 +CATEGORIES?= x11 MASTER_SITES= ftp://ibiblio.org/pub/Linux/X11/screensavers/ \ http://www.tux.org/~bagleyd/xlock/${PORTNAME}-${PORTVERSION}/ \ CRITICAL |