summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-07-23 12:15:06 +0000
committerjmmv <jmmv@pkgsrc.org>2003-07-23 12:15:06 +0000
commit2ce2f4d1b37e3d478ee59b950df492ef84dfd9a9 (patch)
tree0d629c35537bb9335150038c05ee42d33a792ebc
parent7c7c02b94eb444347a391915f09e407dbe23da96 (diff)
downloadpkgsrc-2ce2f4d1b37e3d478ee59b950df492ef84dfd9a9.tar.gz
Set DIST_SUBDIR to ${PKGNAME_NOREV}, as distribution names are... "bogus"
(no version number in them). Suggested by wiz@.
-rw-r--r--graphics/win32-codecs/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/win32-codecs/Makefile b/graphics/win32-codecs/Makefile
index e8e827973ea..e1c94dbf5b3 100644
--- a/graphics/win32-codecs/Makefile
+++ b/graphics/win32-codecs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2003/07/23 11:44:50 jmmv Exp $
+# $NetBSD: Makefile,v 1.16 2003/07/23 12:15:06 jmmv Exp $
#
DISTNAME= win32codecs
@@ -14,6 +14,8 @@ COMMENT= Huge compilation of Win32 binary codecs
ONLY_FOR_PLATFORM= *-*-i386
+DIST_SUBDIR= ${PKGNAME_NOREV}
+
NO_BUILD= YES
RESTRICTED= "Unsure of codec's license"