diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-13 09:06:04 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-13 09:06:04 +0000 |
commit | 4821f7755ecd4618e9d29a730d3a4cb0c37768bf (patch) | |
tree | 1611b2bc210df28b53648315d10bc5d23f755469 /print/gp | |
parent | a117f705aab9c426c8276e5d495c50d2df2e4695 (diff) |
Correct the use of `?=' and get happy with the slave.
Notes
Notes:
svn path=/head/; revision=27484
Diffstat (limited to 'print/gp')
-rw-r--r-- | print/gp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/gp/Makefile b/print/gp/Makefile index becb11fc2a47..874a9a6dc908 100644 --- a/print/gp/Makefile +++ b/print/gp/Makefile @@ -5,9 +5,9 @@ # $FreeBSD$ # -PORTNAME?= gp -PORTVERSION?= 2.5.p2 -CATEGORIES= print tk42 +PORTNAME= gp +PORTVERSION= 2.5.p2 +CATEGORIES?= print tk42 MASTER_SITES= http://www.itbrain.co.jp/~ueda/GP/ DISTNAME= GP-2.5p2 |