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 /sysutils/depot/Makefile | |
parent | 26730104be8e403eeb8a7ec5ff7903af6ee1418c (diff) | |
download | pkgsrc-4e3547de3bbe9aae985ad91f7aae76896b121cf0.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'sysutils/depot/Makefile')
-rw-r--r-- | sysutils/depot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/depot/Makefile b/sysutils/depot/Makefile index 930f1eff776..4dee3748bde 100644 --- a/sysutils/depot/Makefile +++ b/sysutils/depot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2000/04/26 09:17:24 agc Exp $ +# $NetBSD: Makefile,v 1.8 2001/02/17 17:42:12 wiz Exp $ # DISTNAME= depot-5.14 @@ -7,6 +7,7 @@ MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/depot/alpha/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://andrew2.andrew.cmu.edu/depot/depot.html +COMMENT= Maps several separate packages into a tree without merging them GNU_CONFIGURE= yes CONFIGURE_ENV+= INSTALL="" CC=gcc |