diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-01-24 04:53:06 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-01-24 04:53:06 +0000 |
commit | 0c4760649edc3d49b37203986f8350371ca6f025 (patch) | |
tree | 4239229d9fc137a28ce68d42d8927d20440a5fee /editors | |
parent | c81043c80710d7e2637f3cfd96f590b75da901b1 (diff) | |
download | pkgsrc-0c4760649edc3d49b37203986f8350371ca6f025.tar.gz |
portlint: move WRKSRC
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vile/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vile/Makefile b/editors/vile/Makefile index 3109e00d7f9..cf09680803e 100644 --- a/editors/vile/Makefile +++ b/editors/vile/Makefile @@ -3,13 +3,12 @@ # Date created: Wed Nov 26, 1996 # Whom: pgf # -# $NetBSD: Makefile,v 1.3 1997/12/19 09:50:07 agc Exp $ +# $NetBSD: Makefile,v 1.4 1998/01/24 04:53:06 hubertf Exp $ # FreeBSD Id: Makefile,v 1.13 1997/09/06 19:55:09 gj Exp # DISTNAME= vile PKGNAME= vile-7.3 -WRKSRC= ${WRKDIR}/${PKGNAME} CATEGORIES= editors MASTER_SITES= ftp://ftp.clark.net/pub/dickey/vile/ \ ftp://id.wing.net/pub/pgf/vile/ @@ -18,6 +17,7 @@ MAINTAINER= gj@freebsd.org MAKEFILE= makefile GNU_CONFIGURE= yes +WRKSRC= ${WRKDIR}/${PKGNAME} MAN1= vile.1 post-install: |