diff options
author | tsarna <tsarna@pkgsrc.org> | 1998-08-26 16:50:48 +0000 |
---|---|---|
committer | tsarna <tsarna@pkgsrc.org> | 1998-08-26 16:50:48 +0000 |
commit | 5e9cc577b8fdcc54f53b8688282af200abffa93e (patch) | |
tree | 5092d7557b175153b49374dbff6ec2e97fa94698 /audio/amp | |
parent | 26f088cc59759a754fa997968e5b7d878e2ce04e (diff) | |
download | pkgsrc-5e9cc577b8fdcc54f53b8688282af200abffa93e.tar.gz |
Automatically append HOMEPAge to DESCR files, and remove homepage URLs
from individual DESCR files that had them.
Diffstat (limited to 'audio/amp')
-rw-r--r-- | audio/amp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/amp/Makefile b/audio/amp/Makefile index 15c74d52631..34cfc361fac 100644 --- a/audio/amp/Makefile +++ b/audio/amp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1998/06/18 16:15:10 agc Exp $ +# $NetBSD: Makefile,v 1.7 1998/08/26 16:50:48 tsarna Exp $ # DISTNAME= amp-0.7.6 @@ -6,7 +6,7 @@ CATEGORIES= audio MASTER_SITES= ftp://ftp.rasip.fer.hr/pub/mpeg/ EXTRACT_SUFX= .tgz -MAINTAINER= mycroft@NetBSD.ORG +MAINTAINER= mycroft@netbsd.org GNU_CONFIGURE= yes |