diff options
author | agc <agc> | 2004-01-20 12:07:06 +0000 |
---|---|---|
committer | agc <agc> | 2004-01-20 12:07:06 +0000 |
commit | 0bc53217fe50327f0f59e7136db15f92f75951d9 (patch) | |
tree | 28fc431efa48feea798736cefee933a6529a5c91 /editors/ted-pl/Makefile | |
parent | 4ef418cfdcfbcc2f20fac9453fb8f2e2d95bf05a (diff) | |
download | pkgsrc-0bc53217fe50327f0f59e7136db15f92f75951d9.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'editors/ted-pl/Makefile')
-rw-r--r-- | editors/ted-pl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/ted-pl/Makefile b/editors/ted-pl/Makefile index a1719068ca1..13f0a3f1472 100644 --- a/editors/ted-pl/Makefile +++ b/editors/ted-pl/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2003/07/17 21:34:59 grant Exp $ +# $NetBSD: Makefile,v 1.5 2004/01/20 12:14:06 agc Exp $ DISTNAME= Ted_pl_PL PKGNAME= ted-pl-2.14 -WRKSRC= ${WRKDIR} CATEGORIES= editors MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ \ ftp://metalab.unc.edu/pub/packages/editors/ted/ @@ -13,6 +12,7 @@ COMMENT= Polish spelling dictionary for the Ted word processor DEPENDS+= ted>=2.6:../../editors/ted +WRKSRC= ${WRKDIR} USE_X11BASE= YES DIST_SUBDIR= Ted-2.14 |