diff options
author | wiz <wiz> | 2001-02-17 17:42:09 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-17 17:42:09 +0000 |
commit | 4e3547de3bbe9aae985ad91f7aae76896b121cf0 (patch) | |
tree | 926bbe6e07ce5aedfc0884e098d71275e74392c9 /print/psify | |
parent | 26730104be8e403eeb8a7ec5ff7903af6ee1418c (diff) | |
download | pkgsrc-4e3547de3bbe9aae985ad91f7aae76896b121cf0.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'print/psify')
-rw-r--r-- | print/psify/Makefile | 3 | ||||
-rw-r--r-- | print/psify/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/print/psify/Makefile b/print/psify/Makefile index 28d53a98d25..99c3ad382db 100644 --- a/print/psify/Makefile +++ b/print/psify/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/11/05 00:10:13 kim Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/17 17:51:52 wiz Exp $ # DISTNAME= psify-19980216 @@ -8,6 +8,7 @@ DISTFILES= Makefile psify.c psify.lex psify.man MAINTAINER= kim@tac.nyc.ny.us HOMEPAGE= http://www.mit.edu/afs/athena/system/pmax_ul4/srvd.74/usr/sipb/src/psify/ +COMMENT= Pretty print C, CLU, SCHEME, Java and ARGUS source files DIST_SUBDIR= psify EXTRACT_ONLY= #empty diff --git a/print/psify/pkg/COMMENT b/print/psify/pkg/COMMENT deleted file mode 100644 index 19b44d2f1ae..00000000000 --- a/print/psify/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Pretty print C, CLU, SCHEME, Java and ARGUS source files |