mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
Do a mkdir -p on the bin directory before installing.
PR: Reviewed by: Submitted by: Obtained from:
This commit is contained in:
parent
c55e0e83f1
commit
2846e09251
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6245
@ -3,7 +3,7 @@
|
||||
# Date created: October 21st 1996
|
||||
# Whom: jfitz
|
||||
#
|
||||
# $Id: Makefile,v 1.4 1996/10/22 00:48:59 jfitz Exp $
|
||||
# $Id: Makefile,v 1.5 1996/11/18 11:40:28 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= analog.1.92.1
|
||||
@ -22,6 +22,7 @@ MAINTAINER= jfitz@freebsd.org
|
||||
WRKSRC= ${WRKDIR}/analog
|
||||
|
||||
do-install:
|
||||
@mkdir -p ${PREFIX}/bin
|
||||
@mkdir -p ${PREFIX}/share/analog
|
||||
@(cd ${WRKSRC}; cp -r Readme.html domains.tab primes.tab images ${PREFIX}/share/analog; cp analog ${PREFIX}/bin)
|
||||
@(cd ${PREFIX}/share/analog; chmod +r *)
|
||||
|
Loading…
Reference in New Issue
Block a user