summaryrefslogtreecommitdiff
path: root/net/yale-tftpd
diff options
context:
space:
mode:
authoragc <agc>2004-01-20 12:18:15 +0000
committeragc <agc>2004-01-20 12:18:15 +0000
commit5cbdd5a83eb94d1543656588fad97fad4abdff01 (patch)
tree7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /net/yale-tftpd
parent06f56759ab83097f935dffe578fb2580c3043d6b (diff)
downloadpkgsrc-5cbdd5a83eb94d1543656588fad97fad4abdff01.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/Makefile5
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" \