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 /net/yale-tftpd | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'net/yale-tftpd')
-rw-r--r-- | net/yale-tftpd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/yale-tftpd/Makefile b/net/yale-tftpd/Makefile index 2b865182812..e612a7d1992 100644 --- a/net/yale-tftpd/Makefile +++ b/net/yale-tftpd/Makefile @@ -1,15 +1,16 @@ -# $NetBSD: Makefile,v 1.8 2003/09/21 09:15:30 jmc Exp $ +# $NetBSD: Makefile,v 1.9 2004/01/20 12:22:22 agc Exp $ # FreeBSD Id: ports/ftp/yale-tftpd/Makefile,v 1.14 2000/04/12 05:31:29 mharo Exp DISTNAME= yale-tftpd-3.0 PKGREVISION= 2 -WRKSRC= ${WRKDIR} CATEGORIES= net MASTER_SITES= ftp://ftp.cert.dfn.de/pub/tools/net/yale-tftpd/ MAINTAINER= tech-pkg@NetBSD.org COMMENT= Enhanced tftpd(8) from Yale University and cisco Systems +WRKSRC= ${WRKDIR} + post-configure: ${MV} ${WRKSRC}/tftpd.8 ${WRKSRC}/tftpd.8.in ${SED} -e "s|@ETCDIR@|${PKG_SYSCONFDIR}|g" \ |