diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-17 17:42:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-17 17:42:09 +0000 |
commit | a87738b456114a95193b58ec31e883210d6b9f3f (patch) | |
tree | 926bbe6e07ce5aedfc0884e098d71275e74392c9 /print/ghostscript | |
parent | ad02d69ab28ddc19bb63fd7441b9ad1fc18206bb (diff) | |
download | pkgsrc-a87738b456114a95193b58ec31e883210d6b9f3f.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'print/ghostscript')
-rw-r--r-- | print/ghostscript/Makefile | 4 | ||||
-rw-r--r-- | print/ghostscript/pkg/COMMENT | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/print/ghostscript/Makefile b/print/ghostscript/Makefile index 520b788e862..f85ca3ed3e9 100644 --- a/print/ghostscript/Makefile +++ b/print/ghostscript/Makefile @@ -1,7 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2001/02/12 14:13:57 fredb Exp $ +# $NetBSD: Makefile,v 1.5 2001/02/17 17:51:41 wiz Exp $ PKGNAME= ghostscript-${GS_VERS} +COMMENT= Aladdin Postscript interpreter with X11 drivers + CONFLICTS= ghostscript{,-x11,-nox11}-[0-9]* USE_X11= # defined diff --git a/print/ghostscript/pkg/COMMENT b/print/ghostscript/pkg/COMMENT deleted file mode 100644 index b9fced2e874..00000000000 --- a/print/ghostscript/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Aladdin Postscript interpreter with X11 drivers |