diff options
author | asami <asami@FreeBSD.org> | 1998-02-16 12:13:04 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-02-16 12:13:04 +0000 |
commit | 4aea95fc0f8df02f82f4fbb0be5b054149ffb5f1 (patch) | |
tree | 5135a61295f41536961c299913d4b8bee31d2a56 /print/gp | |
parent | ce72542e4787856774b5068a11158ed29cfb1216 (diff) | |
download | FreeBSD-ports-4aea95fc0f8df02f82f4fbb0be5b054149ffb5f1.zip FreeBSD-ports-4aea95fc0f8df02f82f4fbb0be5b054149ffb5f1.tar.gz |
Mark this port broken, doesn't package. (I put BROKEN in the beginning,
not because I'm overly annoyed or anything but because this Makefile has
so many special case variables I didn't know where to stick it.)
Diffstat (limited to 'print/gp')
-rw-r--r-- | print/gp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/gp/Makefile b/print/gp/Makefile index 24d8f09..08ba302 100644 --- a/print/gp/Makefile +++ b/print/gp/Makefile @@ -3,9 +3,11 @@ # Date created: 15 April 1997 # Whom: Kiriyama Kazuhiko<kiri@kiri.toba-cmt.ac.jp> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/02/14 18:13:08 andreas Exp $ # +BROKEN= package + DISTNAME= GP-2.5 PKGNAME= gp-2.5 CATEGORIES= print |