diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-09-30 06:51:09 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-09-30 06:51:09 +0000 |
commit | 39ca1b5003e67620f4173970edb2ded8d287c6ff (patch) | |
tree | 9705d5703abf68202ae26fdee1e715e7c050a139 /german/manpages | |
parent | b9677884c3a7cbebd1233f2c26eb76d5405e5910 (diff) | |
download | ports-39ca1b5003e67620f4173970edb2ded8d287c6ff.tar.gz ports-39ca1b5003e67620f4173970edb2ded8d287c6ff.zip |
Notes
Diffstat (limited to 'german/manpages')
-rw-r--r-- | german/manpages/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/german/manpages/Makefile b/german/manpages/Makefile index 5c5a0ca02c0e..bd118b9a1a99 100644 --- a/german/manpages/Makefile +++ b/german/manpages/Makefile @@ -1,25 +1,25 @@ -# New ports collection makefile for: dict +# New ports collection makefile for: German manpages # Version required: 1.0 # Date created: 29 September 1997 # Whom: wosch # -# $Id: Makefile,v 1.1.1.1 1997/09/29 18:02:04 wosch Exp $ +# $Id: Makefile,v 1.2 1997/09/29 18:04:04 wosch Exp $ # DISTNAME= de-manpages-1.0 CATEGORIES= german -LANG= de_DE.ISO_8859-1 MASTER_SITES= ftp://ftp.Infodrom.North.DE/pub/Linux/Devel/manpages-de/ DISTFILES= ${manpages}.tgz + MAINTAINER= wosch@FreeBSD.org -EXTRACT_ONLY= ${DISTFILES} + +LANG= de_DE.ISO_8859-1 NO_WRKSUBDIR= YES NO_PACKAGE= YES mandir= ${PREFIX}/man/${LANG} manpages= manpages-de - do-build: ln -s ${WRKSRC}/${manpages} ${WRKSRC}/de-man makewhatis ${WRKSRC}/de-man |