diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-10-02 05:32:40 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-10-02 05:32:40 +0000 |
commit | 847da6fb457dea5c7b83af40bbc6dde757436ab9 (patch) | |
tree | 550be5d577a5bfd4b2a54f6f82daae88ef48bf74 /german | |
parent | Create some directories with "mkdir -p" so that it works on an empty (diff) |
(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).
Notes
Notes:
svn path=/head/; revision=8085
Diffstat (limited to 'german')
-rw-r--r-- | german/manpages/Makefile | 7 | ||||
-rw-r--r-- | german/manpages/distinfo | 2 |
2 files changed, 5 insertions, 4 deletions
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 <bsd.port.mk> 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 |