1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

Oops, forgot to take off "-p" when I changed "mkdir" to "${MKDIR}".

This commit is contained in:
Satoshi Asami 1997-07-14 06:25:59 +00:00
parent 7916a98c24
commit 53e0732cbc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7305
2 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
# Date created: 23 Nov 1996
# Whom: Mita Yoshio <mita@jp.FreeBSD.org>
#
# $Id: Makefile,v 1.8 1997/04/30 16:02:58 max Exp $
# $Id: Makefile,v 1.9 1997/07/12 10:53:37 asami Exp $
#
DISTNAME= ghostscript-4.03
@ -75,7 +75,7 @@ post-patch:
@${CAT} ${WRKSRC}/mjc.dev >> ${WRKSRC}/unix-gcc.mak
pre-install:
@${MKDIR} -p ${PREFIX}/share/ghostscript
@${MKDIR} ${PREFIX}/share/ghostscript
@tar -C ${PREFIX}/share/ghostscript -xzf ${DISTDIR}/${GS_FONTS_STD}
@tar -C ${PREFIX}/share/ghostscript -xzf ${DISTDIR}/${GS_FONTS_OTHER}

View File

@ -3,7 +3,7 @@
# Date created: 23 Nov 1996
# Whom: Mita Yoshio <mita@jp.FreeBSD.org>
#
# $Id: Makefile,v 1.8 1997/04/30 16:02:58 max Exp $
# $Id: Makefile,v 1.9 1997/07/12 10:53:37 asami Exp $
#
DISTNAME= ghostscript-4.03
@ -75,7 +75,7 @@ post-patch:
@${CAT} ${WRKSRC}/mjc.dev >> ${WRKSRC}/unix-gcc.mak
pre-install:
@${MKDIR} -p ${PREFIX}/share/ghostscript
@${MKDIR} ${PREFIX}/share/ghostscript
@tar -C ${PREFIX}/share/ghostscript -xzf ${DISTDIR}/${GS_FONTS_STD}
@tar -C ${PREFIX}/share/ghostscript -xzf ${DISTDIR}/${GS_FONTS_OTHER}