diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1998-11-23 23:10:10 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1998-11-23 23:10:10 +0000 |
commit | 81a2f5995786c81e786a76ae8d1a0b607ca176fe (patch) | |
tree | 72203b86113b7da0102cf1a16ebbb825a55ea9d8 /net/sharity-light/Makefile | |
parent | Mark this broken: (diff) |
files -> ${FILESDIR}
work -> ${WRKDIR}
Notes
Notes:
svn path=/head/; revision=14843
Diffstat (limited to 'net/sharity-light/Makefile')
-rw-r--r-- | net/sharity-light/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 <dima@tejblum.dnttm.rssi.ru> # -# $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 |