diff options
author | Wolfram Schneider <wosch@FreeBSD.org> | 1997-10-01 20:55:20 +0000 |
---|---|---|
committer | Wolfram Schneider <wosch@FreeBSD.org> | 1997-10-01 20:55:20 +0000 |
commit | 33cd908f8f14a5dde09533cbeef07227a8db9589 (patch) | |
tree | 0a0e08a848cfb22c9caa86b91491e2988b0398bb /german | |
parent | Upgrade to 4.1.0.006. Uses tk-8.0 now. (diff) |
Disable checksum - the distfile will be updated daily.
Create pkg/PLIST on the fly.
Notes
Notes:
svn path=/head/; revision=8077
Diffstat (limited to 'german')
-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 bd118b9a1a99..ba946aa707ee 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> |