From 9bff59abb90c28ca318945dda9b63f34066c1c1e Mon Sep 17 00:00:00 2001 From: Michael Haro Date: Fri, 31 Mar 2000 20:45:29 +0000 Subject: portlint - ${MKDIR} doesn't need a -p flag after it --- x11/XFree86-aoutlibs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x11/XFree86-aoutlibs/Makefile') 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} \ -- cgit v1.2.3