summaryrefslogtreecommitdiff
path: root/misc/udfclient
diff options
context:
space:
mode:
authoragc <agc>2004-01-20 12:18:15 +0000
committeragc <agc>2004-01-20 12:18:15 +0000
commit5cbdd5a83eb94d1543656588fad97fad4abdff01 (patch)
tree7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /misc/udfclient
parent06f56759ab83097f935dffe578fb2580c3043d6b (diff)
downloadpkgsrc-5cbdd5a83eb94d1543656588fad97fad4abdff01.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'misc/udfclient')
-rw-r--r--misc/udfclient/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/udfclient/Makefile b/misc/udfclient/Makefile
index 52145c0943d..91575f083f4 100644
--- a/misc/udfclient/Makefile
+++ b/misc/udfclient/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2003/10/27 03:22:52 reinoud Exp $
+# $NetBSD: Makefile,v 1.6 2004/01/20 12:21:02 agc Exp $
#
DISTNAME= UDFclient.0.1p2
PKGNAME= udfclient-0.1.2
-WRKSRC= ${WRKDIR}/UDFclient
CATEGORIES= misc
MASTER_SITES= http://www.13thmonkey.org/udfclient/releases/
EXTRACT_SUFX= .tgz
@@ -12,6 +11,7 @@ MAINTAINER= buzztoh@13thmonkey.org
HOMEPAGE= http://www.13thmonkey.org/udfclient/
COMMENT= UDF disc reader for CD-ROM's, CD-RW's and DVD's
+WRKSRC= ${WRKDIR}/UDFclient
MAKEFILE= makefile
.include "../../mk/bsd.pkg.mk"