diff options
author | mef <mef@pkgsrc.org> | 2014-12-21 12:12:42 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2014-12-21 12:12:42 +0000 |
commit | 30a087ba3a68233b8ff44178dc937eecb0a5dff5 (patch) | |
tree | c97f53d2d40c7ae6f421b67d6da7de5ee782af30 /multimedia | |
parent | 3beb84e4ec44344fe04fbe9525366e6a401ebd4b (diff) | |
download | pkgsrc-30a087ba3a68233b8ff44178dc937eecb0a5dff5.tar.gz |
Update HOMEPAGE and MASTER_SITES (both were Server not found). Add LICENSE=mpl-1.1.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/tstools/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/multimedia/tstools/Makefile b/multimedia/tstools/Makefile index 906416af1f4..de96749a5d5 100644 --- a/multimedia/tstools/Makefile +++ b/multimedia/tstools/Makefile @@ -1,15 +1,16 @@ -# $NetBSD: Makefile,v 1.5 2013/04/08 11:17:17 rodent Exp $ +# $NetBSD: Makefile,v 1.6 2014/12/21 12:12:42 mef Exp $ # DISTNAME= tstools-1_11 PKGNAME= ${DISTNAME:S/_/./} CATEGORIES= multimedia -MASTER_SITES= http://download.berlios.de/tstools/ +MASTER_SITES= https://tstools.googlecode.com/files/ EXTRACT_SUFX= .tgz MAINTAINER= tech-multimedia@NetBSD.org -HOMEPAGE= http://tstools.berlios.de/ +HOMEPAGE= https://code.google.com/p/tstools/ COMMENT= Cross-platform command line tools for working with MPEG data +LICENSE= mpl-1.1 MAKE_JOBS_SAFE= no |