diff options
author | knu <knu@FreeBSD.org> | 2000-04-13 09:06:04 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-04-13 09:06:04 +0000 |
commit | 43931c5dfc858eec9999b3e14f7e3d7d705746f7 (patch) | |
tree | 05d8b0a71061ded7c3aa6571fbd02e2dcb1353c3 /print/gp | |
parent | 0e16b11adb4ca52a7401b3925c499d04164f319e (diff) | |
download | FreeBSD-ports-43931c5dfc858eec9999b3e14f7e3d7d705746f7.zip FreeBSD-ports-43931c5dfc858eec9999b3e14f7e3d7d705746f7.tar.gz |
Correct the use of `?=' and get happy with the slave.
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 becb11f..874a9a6 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 |