diff options
author | agc <agc> | 2004-01-20 12:07:06 +0000 |
---|---|---|
committer | agc <agc> | 2004-01-20 12:07:06 +0000 |
commit | 06f56759ab83097f935dffe578fb2580c3043d6b (patch) | |
tree | 28fc431efa48feea798736cefee933a6529a5c91 /editors/ted-pt/Makefile | |
parent | 4d370739c847b8a33d050da71dc46a270cd4b967 (diff) | |
download | pkgsrc-06f56759ab83097f935dffe578fb2580c3043d6b.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'editors/ted-pt/Makefile')
-rw-r--r-- | editors/ted-pt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/ted-pt/Makefile b/editors/ted-pt/Makefile index afe653adbc8..05a6154cff5 100644 --- a/editors/ted-pt/Makefile +++ b/editors/ted-pt/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2003/07/17 21:35:00 grant Exp $ +# $NetBSD: Makefile,v 1.8 2004/01/20 12:14:06 agc Exp $ DISTNAME= Ted_pt_PT PKGNAME= ted-pt-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= Portuguese spelling dictionary for the Ted word processor DEPENDS+= ted>=2.6:../../editors/ted +WRKSRC= ${WRKDIR} USE_X11BASE= YES DIST_SUBDIR= Ted-2.14 |