summaryrefslogtreecommitdiffstats
path: root/german
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1997-10-03 12:25:15 +0000
committerwosch <wosch@FreeBSD.org>1997-10-03 12:25:15 +0000
commit2d509b446dadc3d38ee2cd99cd000b10bc6bc657 (patch)
tree06511a7a874b16374c6e594d631629f4525275b3 /german
parente5506f36b54bc0d0ae31c612a61135121016f0f0 (diff)
downloadFreeBSD-ports-2d509b446dadc3d38ee2cd99cd000b10bc6bc657.zip
FreeBSD-ports-2d509b446dadc3d38ee2cd99cd000b10bc6bc657.tar.gz
Portlint. Add a scond MASTER_SITES. Enable checksum test.
Diffstat (limited to 'german')
-rw-r--r--german/manpages/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/german/manpages/Makefile b/german/manpages/Makefile
index 7b9839d..4dbbfe7 100644
--- a/german/manpages/Makefile
+++ b/german/manpages/Makefile
@@ -3,19 +3,19 @@
# Date created: 29 September 1997
# Whom: wosch
#
-# $Id: Makefile,v 1.4 1997/10/01 20:55:20 wosch Exp $
+# $Id: Makefile,v 1.5 1997/10/02 05:32:37 asami Exp $
#
DISTNAME= de-manpages-1.0
CATEGORIES= german
-MASTER_SITES= ftp://ftp.Infodrom.North.DE/pub/Linux/Devel/manpages-de/
+MASTER_SITES= http://www.freebsd.org/~wosch/src/ \
+ ftp://ftp.Infodrom.North.DE/pub/Linux/Devel/manpages-de/
DISTFILES= ${manpages}.tgz
MAINTAINER= wosch@FreeBSD.org
LANG= de_DE.ISO_8859-1
NO_WRKSUBDIR= YES
-IGNOREFILES= ${DISTFILES}
PLIST= ${WRKSRC}/PLIST
mandir= ${PREFIX}/man/${LANG}
@@ -35,7 +35,7 @@ do-install:
post-install:
find ${WRKSRC}/${manpages} -type f -print | \
- sed "s%${WRKSRC}/${manpages}%man/${LANG}%" > \
+ ${SED} "s%${WRKSRC}/${manpages}%man/${LANG}%" > \
${WRKSRC}/PLIST
.include <bsd.port.mk>
OpenPOWER on IntegriCloud