diff options
author | obache <obache@pkgsrc.org> | 2012-05-12 08:24:43 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-05-12 08:24:43 +0000 |
commit | 8acd1d035135b6716991da89e724d312f3e98bc0 (patch) | |
tree | c4bb42126002977a5ff3d4424cb946c605baee6e /multimedia | |
parent | f83e8accfb0d2e5d899845859fcf202e767f2f9e (diff) | |
download | pkgsrc-8acd1d035135b6716991da89e724d312f3e98bc0.tar.gz |
define MING_VERSION and EXTRACT_SUFX here for upcomming php-ming update.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/ming/Makefile.common | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/multimedia/ming/Makefile.common b/multimedia/ming/Makefile.common index 1e936624fed..f57ea05c3c8 100644 --- a/multimedia/ming/Makefile.common +++ b/multimedia/ming/Makefile.common @@ -1,9 +1,12 @@ -# $NetBSD: Makefile.common,v 1.4 2012/05/12 06:36:39 obache Exp $ +# $NetBSD: Makefile.common,v 1.5 2012/05/12 08:24:43 obache Exp $ # +# used by multimedia/php-ming/Makefile # used by multimedia/py-ming/Makefile -DISTNAME= ming-0.4.4 +MING_VERSION= 0.4.4 +DISTNAME= ming-${MING_VERSION} MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ming/} +EXTRACT_SUFX= .tar.gz DISTINFO_FILE= ${.CURDIR}/../../multimedia/ming/distinfo PATCHDIR= ${.CURDIR}/../../multimedia/ming/patches |