From 9df2f3017ee6ea172ac16881fecd2de3d6524a24 Mon Sep 17 00:00:00 2001 From: brad Date: Thu, 10 Jan 2002 20:56:15 +0000 Subject: [PATCH] fix post-install target, WRKSRC -> WRKBUILD. -- Problem pointed out by: naddy@ --- net/pure-ftpd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/pure-ftpd/Makefile b/net/pure-ftpd/Makefile index 7de7b963af5..8e8f1041db3 100644 --- a/net/pure-ftpd/Makefile +++ b/net/pure-ftpd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2001/12/28 05:03:27 brad Exp $ +# $OpenBSD: Makefile,v 1.6 2002/01/10 20:56:15 brad Exp $ COMMENT= "small, easy to set up, fast and very secure FTP server" @@ -58,9 +58,9 @@ CONTRIB= xml_python_processors.txt post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pure-ftpd ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/pure-ftpd - ${INSTALL_PROGRAM} ${WRKSRC}/configuration-file/pure-config.pl \ + ${INSTALL_PROGRAM} ${WRKBUILD}/configuration-file/pure-config.pl \ ${PREFIX}/sbin - ${INSTALL_DATA} ${WRKSRC}/configuration-file/pure-ftpd.conf \ + ${INSTALL_DATA} ${WRKBUILD}/configuration-file/pure-ftpd.conf \ ${PREFIX}/share/examples/pure-ftpd/pure-ftpd.conf.sample cd ${WRKSRC}; ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/pure-ftpd .if defined(CONF_FILE) && !empty(CONF_FILE)