diff options
author | wosch <wosch@FreeBSD.org> | 1997-10-01 20:55:20 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1997-10-01 20:55:20 +0000 |
commit | 9c430c6d24ff1ba856a6ec97e28c6ccfa7a3aaab (patch) | |
tree | 51e243445d89751c59cbbb54ef567eb71e70e5de /german/manpages/Makefile | |
parent | 0c58e6380243da0235626f56389230e212cbcc27 (diff) | |
download | FreeBSD-ports-9c430c6d24ff1ba856a6ec97e28c6ccfa7a3aaab.zip FreeBSD-ports-9c430c6d24ff1ba856a6ec97e28c6ccfa7a3aaab.tar.gz |
Disable checksum - the distfile will be updated daily.
Create pkg/PLIST on the fly.
Diffstat (limited to 'german/manpages/Makefile')
-rw-r--r-- | german/manpages/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/german/manpages/Makefile b/german/manpages/Makefile index bd118b9..ba946aa 100644 --- a/german/manpages/Makefile +++ b/german/manpages/Makefile @@ -3,7 +3,7 @@ # Date created: 29 September 1997 # Whom: wosch # -# $Id: Makefile,v 1.2 1997/09/29 18:04:04 wosch Exp $ +# $Id: Makefile,v 1.3 1997/09/30 06:51:09 asami Exp $ # DISTNAME= de-manpages-1.0 @@ -15,7 +15,7 @@ MAINTAINER= wosch@FreeBSD.org LANG= de_DE.ISO_8859-1 NO_WRKSUBDIR= YES -NO_PACKAGE= YES +NO_CHECKSUM= YES mandir= ${PREFIX}/man/${LANG} manpages= manpages-de @@ -32,4 +32,9 @@ do-install: ${EXTRACT_CMD} cf - . | \ (cd ${mandir}; ${EXTRACT_CMD} xf - ) +post-install: + find ${WRKSRC}/${manpages} -type f -print | \ + sed "s%${WRKSRC}/${manpages}%man/${LANG}%" > \ + ${WRKSRC}/PLIST && cp -f ${WRKSRC}/PLIST ${.CURDIR}/pkg/PLIST + .include <bsd.port.mk> |