aboutsummaryrefslogtreecommitdiff
path: root/german/manpages/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-10-02 05:32:40 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-10-02 05:32:40 +0000
commit847da6fb457dea5c7b83af40bbc6dde757436ab9 (patch)
tree550be5d577a5bfd4b2a54f6f82daae88ef48bf74 /german/manpages/Makefile
parent70b48fcb7882bf4eab69a46e17d6e7cf8c06bc19 (diff)
downloadports-847da6fb457dea5c7b83af40bbc6dde757436ab9.tar.gz
ports-847da6fb457dea5c7b83af40bbc6dde757436ab9.zip
Notes
Diffstat (limited to 'german/manpages/Makefile')
-rw-r--r--german/manpages/Makefile7
1 files changed, 4 insertions, 3 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>