diff options
author | wiz <wiz> | 2001-02-16 13:15:24 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-16 13:15:24 +0000 |
commit | fc9a4154bd18ef4ecb13eea12394dd00397d0e7e (patch) | |
tree | 06a5f88befec2c73bde9a0271a4f85951b2118d5 /archivers/xbin | |
parent | f6836d47c125c99c96280e21bb0bcadde4e02b6d (diff) | |
download | pkgsrc-fc9a4154bd18ef4ecb13eea12394dd00397d0e7e.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'archivers/xbin')
-rw-r--r-- | archivers/xbin/Makefile | 3 | ||||
-rw-r--r-- | archivers/xbin/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/archivers/xbin/Makefile b/archivers/xbin/Makefile index b9f9e42d7ff..5ce9fae401f 100644 --- a/archivers/xbin/Makefile +++ b/archivers/xbin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/10/10 11:50:42 pooka Exp $ +# $NetBSD: Makefile,v 1.4 2001/02/16 13:15:42 wiz Exp $ # DISTNAME= ${PRGNAME}unix @@ -9,6 +9,7 @@ MASTER_SITES= ftp://sunsite.unc.edu/pub/packages/TeX/tools/xbin/ DISTFILES= ${DISTNAME}.c ${PRGNAME}.man MAINTAINER= rh@netbsd.org +COMMENT= convert mailable BinHex format into binary PRGNAME= xbin EXTRACT_ONLY= # blank diff --git a/archivers/xbin/pkg/COMMENT b/archivers/xbin/pkg/COMMENT deleted file mode 100644 index ae612aaef13..00000000000 --- a/archivers/xbin/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -convert mailable BinHex format into binary |