mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
Revert my previous addition of an mkdir -p. mtree is the way to do this.
This commit is contained in:
parent
4b30196e34
commit
0a9305cd64
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6364
@ -3,7 +3,7 @@
|
||||
# Date created: October 21st 1996
|
||||
# Whom: jfitz
|
||||
#
|
||||
# $Id: Makefile,v 1.5 1996/11/18 11:40:28 asami Exp $
|
||||
# $Id: Makefile,v 1.6 1997/04/19 18:28:20 paul Exp $
|
||||
#
|
||||
|
||||
DISTNAME= analog.1.92.1
|
||||
@ -22,7 +22,6 @@ 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