diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-07-21 19:28:46 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-07-21 19:28:46 +0000 |
commit | e61ac414ac967f5f7ab66a51de94fa36c5f932fa (patch) | |
tree | 250dc0c070a51d192eb9e09c1e57fced3dccabb4 /net/sharity-light | |
parent | f5e0429d6b09a430cfead019b66300fe6fa0b8ab (diff) | |
download | ports-e61ac414ac967f5f7ab66a51de94fa36c5f932fa.tar.gz ports-e61ac414ac967f5f7ab66a51de94fa36c5f932fa.zip |
Notes
Diffstat (limited to 'net/sharity-light')
-rw-r--r-- | net/sharity-light/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/sharity-light/Makefile b/net/sharity-light/Makefile index 62e19e7292f2..fa8c42d093f6 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$ +# $Id: Makefile,v 1.1.1.1 1997/07/15 14:09:18 tg Exp $ # DISTNAME= rumba.0.4.s @@ -21,7 +21,7 @@ MAN8= smbmount.8 post-extract: @${MKDIR} work/unrumba - @${CP} files/unrumba.c ${WRKDIR}/unrumba + @${CP} ${FILESDIR}/unrumba.c ${WRKDIR}/unrumba @${CP} files/Makefile.unrumba ${WRKDIR}/unrumba/Makefile post-build: |