diff options
author | agc <agc> | 2001-02-17 09:06:56 +0000 |
---|---|---|
committer | agc <agc> | 2001-02-17 09:06:56 +0000 |
commit | 791d0f000e3800b92390f9dc47dfcdb2a421a0ca (patch) | |
tree | 7be69a1c41c51ca83affb66df5175564f77f3599 /lang/cint | |
parent | ce53854194ec79cb0de0babb412a888dc24f3985 (diff) | |
download | pkgsrc-791d0f000e3800b92390f9dc47dfcdb2a421a0ca.tar.gz |
Move the COMMENT from being in its own file to a definition in the
package Makefile.
Diffstat (limited to 'lang/cint')
-rw-r--r-- | lang/cint/Makefile | 3 | ||||
-rw-r--r-- | lang/cint/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/cint/Makefile b/lang/cint/Makefile index 04e656c3b20..fbc35119287 100644 --- a/lang/cint/Makefile +++ b/lang/cint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/06/19 19:59:32 drochner Exp $ +# $NetBSD: Makefile,v 1.6 2001/02/17 09:07:02 agc Exp $ DISTNAME= cint5.14 PKGNAME= cint-5.14.40 @@ -8,6 +8,7 @@ MASTER_SITES= ftp://root.cern.ch/root/ MAINTAINER= drochner@netbsd.org HOMEPAGE= http://root.cern.ch/root/Cint.html +COMMENT= C/C++ interpreter #same distribution file name for minor versions DIST_SUBDIR= ${PKGNAME} diff --git a/lang/cint/pkg/COMMENT b/lang/cint/pkg/COMMENT deleted file mode 100644 index 86cf6bef2b2..00000000000 --- a/lang/cint/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -C/C++ interpreter |