(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).
This commit is contained in:
Satoshi Asami 1997-10-02 05:32:40 +00:00
parent 70b48fcb78
commit 847da6fb45
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8085
2 changed files with 5 additions and 4 deletions

View File

@ -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 <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (manpages-de.tgz) = 7d0323b6c0107e46d531015d96a38c52
MD5 (manpages-de.tgz) = IGNORE