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 /sysutils/c++rt0 | |
parent | ad02d69ab28ddc19bb63fd7441b9ad1fc18206bb (diff) | |
download | pkgsrc-a87738b456114a95193b58ec31e883210d6b9f3f.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'sysutils/c++rt0')
-rw-r--r-- | sysutils/c++rt0/Makefile | 3 | ||||
-rw-r--r-- | sysutils/c++rt0/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/c++rt0/Makefile b/sysutils/c++rt0/Makefile index 7c75045716a..800c70ef918 100644 --- a/sysutils/c++rt0/Makefile +++ b/sysutils/c++rt0/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/10/21 22:56:47 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2001/02/17 17:42:11 wiz Exp $ # DISTNAME= c++rt0-1.0 @@ -7,6 +7,7 @@ MASTER_SITES+= ftp://ftp.netbsd.org/pub/NetBSD/arch/sparc/c++rt0/ DISTFILES= c++rt0.o.PIC c++rt0.o.pic README MAINTAINER= hubertf@netbsd.org +COMMENT= 1.4.x/sparc PIC c++rt0.o file DIST_SUBDIR= c++rt0 ONLY_FOR_PLATFORM= NetBSD-1.4-sparc NetBSD-1.4.[12]-sparc diff --git a/sysutils/c++rt0/pkg/COMMENT b/sysutils/c++rt0/pkg/COMMENT deleted file mode 100644 index 508c5a0e13d..00000000000 --- a/sysutils/c++rt0/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -1.4.x/sparc PIC c++rt0.o file |