diff options
author | bjs <bjs@pkgsrc.org> | 2008-01-30 19:26:00 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2008-01-30 19:26:00 +0000 |
commit | b5188984d224553c62f6798183fc5d9ce3931f37 (patch) | |
tree | 90c62120a6543b80ab0d314b242c0e8b0de12dc4 /multimedia/bsdav | |
parent | d208b62c4f1d223c54af6c96d2a4f74b9a9198c5 (diff) | |
download | pkgsrc-b5188984d224553c62f6798183fc5d9ce3931f37.tar.gz |
Post-commit aesthetic fixups:
Change MASTER_SITES to ${MASTER_SITE_LOCAL}. Remove name of author
from COMMENT as its mentioned in the documentation.
Diffstat (limited to 'multimedia/bsdav')
-rw-r--r-- | multimedia/bsdav/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/bsdav/Makefile b/multimedia/bsdav/Makefile index 19f2a1eef57..f5d1731377e 100644 --- a/multimedia/bsdav/Makefile +++ b/multimedia/bsdav/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/01/30 19:21:08 bjs Exp $ +# $NetBSD: Makefile,v 1.2 2008/01/30 19:26:00 bjs Exp $ # DISTNAME= bsdav-1.4 CATEGORIES= multimedia -MASTER_SITES= http://www.NetBSD.org/~bjs/distfiles/ +MASTER_SITES= ${MASTER_SITE_LOCAL} EXTRACT_SUFX= .tar.bz2 MAINTAINER= bjs@NetBSD.org HOMEPAGE= http://jakemsr.trancell.org/ -COMMENT= BSD Audio/Video library and tools by <jakemsr@openbsd.org> +COMMENT= BSD Audio/Video library and tools PKG_DESTDIR_SUPPORT= user-destdir |