pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/jftpgw Remove superflous ${WRKSRC} in SUBST_SED.<c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/785cc7e8de2e
branches:  trunk
changeset: 469484:785cc7e8de2e
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Tue Feb 24 01:10:31 2004 +0000

description:
Remove superflous ${WRKSRC} in SUBST_SED.<class>.

diffstat:

 net/jftpgw/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 92f52fac95a6 -r 785cc7e8de2e net/jftpgw/Makefile
--- a/net/jftpgw/Makefile       Tue Feb 24 00:22:45 2004 +0000
+++ b/net/jftpgw/Makefile       Tue Feb 24 01:10:31 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/02/23 01:32:33 xtraeme Exp $
+# $NetBSD: Makefile,v 1.2 2004/02/24 01:10:31 xtraeme Exp $
 
 DISTNAME=          jftpgw-0.13.4
 CATEGORIES=        net
@@ -22,7 +22,7 @@
 
 SUBST_CLASSES+=                config
 SUBST_STAGE.config=    post-build
-SUBST_FILES.config=    ${WRKSRC}/jftpgw.conf.sample
+SUBST_FILES.config=    jftpgw.conf.sample
 SUBST_SED.config=      -e "s/nobody/root/"
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index