diff options
-rw-r--r-- | x11/fbsd-icons/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/fbsd-icons/Makefile b/x11/fbsd-icons/Makefile index 2dccd6c89c74..463e4b202bc1 100644 --- a/x11/fbsd-icons/Makefile +++ b/x11/fbsd-icons/Makefile @@ -3,7 +3,7 @@ # Date created: Sat Jun 14 09:43:24 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/06/14 08:05:41 andreas Exp $ # DISTNAME= fbsd-icons @@ -19,7 +19,7 @@ NO_CONFIGURE= yes NO_WRKSUBDIR= yes do-install: - mkdir -p ${X11BASE}/icons - ( cd ${X11BASE}/icons; tar xzf ${DISTDIR}/fbsd-icons.tar.gz ) + ${MKDIR} ${X11BASE}/icons + ( cd ${X11BASE}/icons; ${EXTRACT_CMD} xzf ${DISTDIR}/fbsd-icons.tar.gz ) .include <bsd.port.mk> |