diff options
author | knu <knu@FreeBSD.org> | 2000-04-13 17:06:04 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-04-13 17:06:04 +0800 |
commit | 43931c5dfc858eec9999b3e14f7e3d7d705746f7 (patch) | |
tree | 05d8b0a71061ded7c3aa6571fbd02e2dcb1353c3 /print/gp | |
parent | 0e16b11adb4ca52a7401b3925c499d04164f319e (diff) | |
download | freebsd-ports-gnome-43931c5dfc858eec9999b3e14f7e3d7d705746f7.tar.gz freebsd-ports-gnome-43931c5dfc858eec9999b3e14f7e3d7d705746f7.tar.zst freebsd-ports-gnome-43931c5dfc858eec9999b3e14f7e3d7d705746f7.zip |
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 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 |