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 /comms/efax-gtk | |
parent | 46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff) | |
download | pkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'comms/efax-gtk')
-rw-r--r-- | comms/efax-gtk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/efax-gtk/Makefile b/comms/efax-gtk/Makefile index 24f15ec7ee9..3e9c4b18451 100644 --- a/comms/efax-gtk/Makefile +++ b/comms/efax-gtk/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2003/07/17 21:26:39 grant Exp $ +# $NetBSD: Makefile,v 1.12 2004/01/20 12:10:01 agc Exp $ DISTNAME= efax-gtk-1.0.1b.src PKGNAME= efax-gtk-1.0.1b PKGREVISION= 5 -WRKSRC= ${WRKDIR}/efax-gtk CATEGORIES= comms MASTER_SITES= http://www.cvine.freeserve.co.uk/efax-gtk/ EXTRACT_SUFX= .tgz @@ -14,6 +13,7 @@ COMMENT= GTK frontend for efax DEPENDS+= efax>=0.9:../../comms/efax +WRKSRC= ${WRKDIR}/efax-gtk GNU_CONFIGURE= YES USE_BUILDLINK2= YES USE_PKGINSTALL= YES |