diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
commit | dc52048e014fdad9bb69ef9db159835a61c8dd4d (patch) | |
tree | 28fc431efa48feea798736cefee933a6529a5c91 /converters/uulib | |
parent | 46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff) | |
download | pkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'converters/uulib')
-rw-r--r-- | converters/uulib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/uulib/Makefile b/converters/uulib/Makefile index 0428b167fa1..8c4d1256a9e 100644 --- a/converters/uulib/Makefile +++ b/converters/uulib/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.25 2003/07/17 21:27:42 grant Exp $ +# $NetBSD: Makefile,v 1.26 2004/01/20 12:10:29 agc Exp $ # DISTNAME= uudeview-0.5.18 PKGNAME= uulib-0.5.18 -WRKSRC= ${WRKDIR}/${DISTNAME}/uulib CATEGORIES= converters MASTER_SITES= http://www.fpx.de/fp/Software/UUDeview/download/ @@ -14,6 +13,7 @@ COMMENT= Library for uu/xx/Base64/BinHex de-/encoding # "kdesupport-2.1b" included "uu" library. CONFLICTS= kdesupport-2.1b +WRKSRC= ${WRKDIR}/${DISTNAME}/uulib USE_BUILDLINK2= # defined GNU_CONFIGURE= # defined USE_LIBTOOL= # defined |