From 232f8241d4fb4a88677a6213eb06a38152b056f4 Mon Sep 17 00:00:00 2001 From: sakamoto Date: Wed, 22 Dec 1999 15:37:13 +0000 Subject: remove unneeded USE_X11BASE use ${INSTALL_DATA_DIR} instead of ${MKDIR} s|$()|${}| --- x11/xcruise/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'x11') diff --git a/x11/xcruise/Makefile b/x11/xcruise/Makefile index 9e051ccf6a8..791c42cb8d5 100644 --- a/x11/xcruise/Makefile +++ b/x11/xcruise/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/12/03 14:15:39 minoura Exp $ +# $NetBSD: Makefile,v 1.3 1999/12/22 15:37:13 sakamoto Exp $ # DISTNAME= xcruise-0.22 @@ -6,15 +6,14 @@ CATEGORIES= x11 graphics MASTER_SITES= http://tanaka-www.cs.titech.ac.jp/%7Eeuske/prog/ MAINTAINER= minoura@netbsd.org -HOMEPAGE= http://tanaka-www.cs.titech.ac.jp/%7Eeuske/prog/ # in Japanese +HOMEPAGE= http://tanaka-www.cs.titech.ac.jp/%7Eeuske/prog/ # LICENSE= GPL -USE_X11BASE= yes USE_IMAKE= yes post-install: - $(MKDIR) $(PREFIX)/share/doc/xcruise - $(INSTALL_DATA) $(WRKSRC)/README $(PREFIX)/share/doc/xcruise + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xcruise + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xcruise .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3