summaryrefslogtreecommitdiff
path: root/x11/XFree86-aoutlibs
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-03-31 20:45:29 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-03-31 20:45:29 +0000
commit9bff59abb90c28ca318945dda9b63f34066c1c1e (patch)
tree1f4fd8ea329314be9ba99a15701a798bc99347b6 /x11/XFree86-aoutlibs
parentActivated 'ebuttons', 'efancylauncher', and 'eweather'. (diff)
portlint - ${MKDIR} doesn't need a -p flag after it
Notes
Notes: svn path=/head/; revision=27196
Diffstat (limited to 'x11/XFree86-aoutlibs')
-rw-r--r--x11/XFree86-aoutlibs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/XFree86-aoutlibs/Makefile b/x11/XFree86-aoutlibs/Makefile
index fc25d8e1d667..170e645b5cb4 100644
--- a/x11/XFree86-aoutlibs/Makefile
+++ b/x11/XFree86-aoutlibs/Makefile
@@ -27,7 +27,7 @@ pre-configure:
${PKGDIR}/REQ ${PKGNAME} INSTALL
do-install:
- @${MKDIR} -p ${PREFIX}/lib/aout
+ @${MKDIR} ${PREFIX}/lib/aout
cd ${WRKSRC}; \
for l in $$(ls lib*); do \
${SETENV} OBJFORMAT=${PORTOBJFORMAT} \