diff options
author | Steve Price <steve@FreeBSD.org> | 1999-07-04 21:34:45 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-07-04 21:34:45 +0000 |
commit | 4ed9b997344fbbeaceb8f3d9f02d7b99439330ca (patch) | |
tree | b832e72496a3a337ede01f6958e5ae5488547e8c /news/slnr | |
parent | 913c2f26785219bb4feadeb00e36e2cdaae44aed (diff) | |
download | ports-4ed9b997344fbbeaceb8f3d9f02d7b99439330ca.tar.gz ports-4ed9b997344fbbeaceb8f3d9f02d7b99439330ca.zip |
Notes
Diffstat (limited to 'news/slnr')
-rw-r--r-- | news/slnr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/slnr/Makefile b/news/slnr/Makefile index 47093b504509..2f3db13c5154 100644 --- a/news/slnr/Makefile +++ b/news/slnr/Makefile @@ -3,7 +3,7 @@ # Date created: 21 July 1996 # Whom: Tim Vanderhoek <ac199@freenet.hamilton.on.ca> # -# $Id: Makefile,v 1.3 1996/11/18 11:38:06 asami Exp $ +# $Id: Makefile,v 1.4 1997/04/01 04:35:34 max Exp $ # DISTNAME= slnr-2.3.0 @@ -24,7 +24,7 @@ DOCFILES= ${FILESDIR}/porting.notes other/soup12.doc other/slnr.doc \ do-install: .if !defined{NOPORTDOCS} @${ECHO_MSG} "===> Copying documents to ${PREFIX}/share/doc/slnr" - @${MKDIR} -p ${PREFIX}/share/doc/slnr + @${MKDIR} ${PREFIX}/share/doc/slnr @cd ${WRKSRC}; \ ${INSTALL_DATA} ${DOCFILES} ${PREFIX}/share/doc/slnr .endif |