From d6e1c1a7a4cb2f5a14ebc263b636ac2b55cadcec Mon Sep 17 00:00:00 2001 From: Masafumi Max NAKANE Date: Fri, 2 Jan 1998 21:05:36 +0000 Subject: Standardize and simplify. Also, add misc to the category list. --- german/phone/Makefile | 27 ++++++++++++--------------- 1 file changed, 12 insertions(+), 15 deletions(-) (limited to 'german') diff --git a/german/phone/Makefile b/german/phone/Makefile index b9b210c7653d..f1d47e4718ec 100644 --- a/german/phone/Makefile +++ b/german/phone/Makefile @@ -3,28 +3,25 @@ # Date created: 1997-12-30 # Whom: wosch # -# $Id: Makefile,v 1.2 1997/12/31 12:09:33 wosch Exp $ +# $Id: Makefile,v 1.3 1997/12/31 22:43:27 asami Exp $ # -DISTNAME= de-phone-1.0 -CATEGORIES= german -MASTER_SITES= ${MASTER_SITE_LOCAL} http://www.freebsd.org/~wosch/src/ -DISTFILES= ${phone}.gz +DISTNAME= avon-1996 +PKGNAME= de-phone-1.0 +CATEGORIES= german missc +MASTER_SITES= ${MASTER_SITE_LOCAL} \ + http://www.freebsd.org/~wosch/src/ +EXTRACT_SUFX= .gz MAINTAINER= wosch@FreeBSD.org -NO_BUILD= YES NO_WRKSUBDIR= YES -EXTRACT_ONLY= - -phone= avon-1996 -phoneout= de.phone +EXTRACT_CMD= ${GZCAT} +EXTRACT_BEFORE_ARGS= # None +EXTRACT_AFTER_ARGS= > ${WRKSRC}/de.phone +NO_BUILD= YES do-install: - ${INSTALL_DATA} ${WRKSRC}/${phone} ${PREFIX}/share/misc/${phoneout} - -post-extract: ${phone} -${phone}: - ${GZCAT} < ${DISTDIR}/${phone}.gz > ${WRKSRC}/${.TARGET} + ${INSTALL_DATA} ${WRKSRC}/de.phone ${PREFIX}/share/misc .include -- cgit v1.2.3