From 81a2f5995786c81e786a76ae8d1a0b607ca176fe Mon Sep 17 00:00:00 2001 From: Bill Fumerola Date: Mon, 23 Nov 1998 23:10:10 +0000 Subject: files -> ${FILESDIR} work -> ${WRKDIR} --- net/sharity-light/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'net/sharity-light') diff --git a/net/sharity-light/Makefile b/net/sharity-light/Makefile index fdc8787ef1e9..91924a085191 100644 --- a/net/sharity-light/Makefile +++ b/net/sharity-light/Makefile @@ -3,7 +3,7 @@ # Date created: 14 June 1997 # Whom: Dmitrij Tejblum # -# $Id: Makefile,v 1.7 1998/10/14 00:26:49 jseger Exp $ +# $Id: Makefile,v 1.8 1998/10/16 00:55:28 jseger Exp $ # DISTNAME= Sharity-Light.1.0.s @@ -18,9 +18,9 @@ MAINTAINER= dt@FreeBSD.ORG MAN8= smbmount.8 post-extract: - @${MKDIR} work/unshlight + @${MKDIR} ${WRKDIR}/unshlight @${CP} ${FILESDIR}/unshlight.c ${WRKDIR}/unshlight - @${CP} files/Makefile.unshlight ${WRKDIR}/unshlight/Makefile + @${CP} ${FILESDIR}/Makefile.unshlight ${WRKDIR}/unshlight/Makefile post-build: cd ${WRKDIR}/unshlight && make -- cgit v1.2.3