diff options
author | drochner <drochner@pkgsrc.org> | 2005-01-06 14:42:56 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2005-01-06 14:42:56 +0000 |
commit | 4b18d75a022e83180bfa38dbb4b5cec5368f8841 (patch) | |
tree | d5343ef848b328826f062795ea9868d1f13f5fd9 /multimedia | |
parent | 5839d997832ccf6cac55531e2a647a54614ef9cb (diff) | |
download | pkgsrc-4b18d75a022e83180bfa38dbb4b5cec5368f8841.tar.gz |
some skins have changed on the distribution site - use new DIST_SUBDIR
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gmplayer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gmplayer/Makefile b/multimedia/gmplayer/Makefile index ff2a8dd41ab..72903182b96 100644 --- a/multimedia/gmplayer/Makefile +++ b/multimedia/gmplayer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2004/12/17 22:33:13 tron Exp $ +# $NetBSD: Makefile,v 1.27 2005/01/06 14:42:56 drochner Exp $ # # NOTE: if you are updating both mplayer and gmplayer, you must ensure @@ -50,7 +50,7 @@ SITES_${skin}= ${SKIN_SITES} DISTFILES+= ${DISTNAME}${EXTRACT_SUFX} DISTFILES+= ${SKINS} DISTINFO_FILE= ${.CURDIR}/distinfo -DIST_SUBDIR= ${PKGNAME_NOREV}-20041104 +DIST_SUBDIR= ${PKGNAME_NOREV}-20050106 USE_BUILDLINK3= YES CONFIGURE_ARGS+= --enable-gui --disable-mencoder \ |