From 847da6fb457dea5c7b83af40bbc6dde757436ab9 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Thu, 2 Oct 1997 05:32:40 +0000 Subject: (1) NO_CHECKSUM is a user variable. Porters should use IGNOREFILES for files for which the checksum should not be checked. (2) Use the PLIST variable to point to temporary PLIST in ${WRKSRC}. Under no circumstances should a port modify a file in the repository (${PKGDIR}/PLIST in this case). --- german/manpages/Makefile | 7 ++++--- german/manpages/distinfo | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'german') diff --git a/german/manpages/Makefile b/german/manpages/Makefile index ba946aa707ee..7b9839da00c3 100644 --- a/german/manpages/Makefile +++ b/german/manpages/Makefile @@ -3,7 +3,7 @@ # Date created: 29 September 1997 # Whom: wosch # -# $Id: Makefile,v 1.3 1997/09/30 06:51:09 asami Exp $ +# $Id: Makefile,v 1.4 1997/10/01 20:55:20 wosch Exp $ # DISTNAME= de-manpages-1.0 @@ -15,7 +15,8 @@ MAINTAINER= wosch@FreeBSD.org LANG= de_DE.ISO_8859-1 NO_WRKSUBDIR= YES -NO_CHECKSUM= YES +IGNOREFILES= ${DISTFILES} +PLIST= ${WRKSRC}/PLIST mandir= ${PREFIX}/man/${LANG} manpages= manpages-de @@ -35,6 +36,6 @@ do-install: post-install: find ${WRKSRC}/${manpages} -type f -print | \ sed "s%${WRKSRC}/${manpages}%man/${LANG}%" > \ - ${WRKSRC}/PLIST && cp -f ${WRKSRC}/PLIST ${.CURDIR}/pkg/PLIST + ${WRKSRC}/PLIST .include diff --git a/german/manpages/distinfo b/german/manpages/distinfo index cb2f06fc4be2..316c66947a7d 100644 --- a/german/manpages/distinfo +++ b/german/manpages/distinfo @@ -1 +1 @@ -MD5 (manpages-de.tgz) = 7d0323b6c0107e46d531015d96a38c52 +MD5 (manpages-de.tgz) = IGNORE -- cgit v1.2.3