Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Sep 2016 03:37:09 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422099 - head/misc/fortune_strfile
Message-ID:  <201609140337.u8E3b9As007579@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Wed Sep 14 03:37:08 2016
New Revision: 422099
URL: https://svnweb.freebsd.org/changeset/ports/422099

Log:
  misc/fortune_strfile: Remove redundant mkdir command

Modified:
  head/misc/fortune_strfile/Makefile

Modified: head/misc/fortune_strfile/Makefile
==============================================================================
--- head/misc/fortune_strfile/Makefile	Wed Sep 14 03:14:43 2016	(r422098)
+++ head/misc/fortune_strfile/Makefile	Wed Sep 14 03:37:08 2016	(r422099)
@@ -18,7 +18,6 @@ do-build:
 	${CC} ${CFLAGS} -o ${WRKSRC}/${PROGRAM} ${FILESDIR}/strfile.c
 
 do-install:
-	${MKDIR} ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_PROGRAM} ${WRKSRC}/${PROGRAM} ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609140337.u8E3b9As007579>