diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
commit | 3ad1bdbf063a03bdcca7087d41be98b07ad933af (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /sysutils/aperture | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'sysutils/aperture')
-rw-r--r-- | sysutils/aperture/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/aperture/Makefile b/sysutils/aperture/Makefile index 486572face8..4c4ff2fc688 100644 --- a/sysutils/aperture/Makefile +++ b/sysutils/aperture/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2003/11/11 13:00:24 wennmach Exp $ +# $NetBSD: Makefile,v 1.30 2004/01/20 12:26:15 agc Exp $ DISTNAME= apNetBSD PKGNAME= aperture-2.0 PKGREVISION= 5 -WRKSRC= ${WRKDIR} CATEGORIES= sysutils x11 EXTRACT_SUFX= .shar # Not sure why ${MASTER_SITE_LOCAL:=${PKGNAME}} doesn't work, but the @@ -25,6 +24,7 @@ ONLY_FOR_PLATFORM= NetBSD-*-i386 NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL +WRKSRC= ${WRKDIR} ALL_TARGET= cleandir depend all DIST_SUBDIR= ${PKGNAME} INSTALL_TARGET= dirs includes install |