summaryrefslogtreecommitdiff
path: root/graphics/tifmerge
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-22 23:33:47 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-22 23:33:47 +0000
commit235481b52a44969361f4c688e6e9d10798bd35d9 (patch)
treed4069fbea1d4f696753c9b5ab1500babadc62de2 /graphics/tifmerge
parentmake figlist and showfigfonts executable (diff)
awk -> ${AWK}
basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR}
Notes
Notes: svn path=/head/; revision=20898
Diffstat (limited to 'graphics/tifmerge')
-rw-r--r--graphics/tifmerge/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/tifmerge/Makefile b/graphics/tifmerge/Makefile
index e5936e379df3..e2a4ff196632 100644
--- a/graphics/tifmerge/Makefile
+++ b/graphics/tifmerge/Makefile
@@ -3,7 +3,7 @@
# Date created: 29 April 1999
# Whom: G. Adam Stanislav <adam@whizkidtech.net>
#
-# $Id: Makefile,v 1.2 1999/05/04 04:20:36 steve Exp $
+# $Id: Makefile,v 1.3 1999/05/19 13:12:27 taoka Exp $
#
DISTNAME= tiff
@@ -20,7 +20,7 @@ DIST_SUBDIR= tifmerge
MAN3= tifmerge.3
post-extract:
- @mkdir -p ${WRKSRC}
+ @${MKDIR} ${WRKSRC}
@tuc ${WRKDIR}/TIFMERGE.H ${WRKSRC}/tifmerge.h
@tuc ${WRKDIR}/TIFMERGE.C ${WRKSRC}/tifmerge.c
@${CP} ${FILESDIR}/Makefile ${WRKSRC}