1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Disable checksum - the distfile will be updated daily.

Create pkg/PLIST on the fly.
This commit is contained in:
Wolfram Schneider 1997-10-01 20:55:20 +00:00
parent 73165f9743
commit 33cd908f8f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8077

View File

@ -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>