diff options
author | asami <asami@FreeBSD.org> | 1998-08-25 01:25:05 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-25 01:25:05 +0000 |
commit | a504ea3be881fd4165770ceb8f96bd9335824bf0 (patch) | |
tree | c5e9657ba3d21d33d59aaaa372bb6306c86dcedd /german/manpages | |
parent | 840634173e5d51c992ba6ecca3b57c3da566c3a6 (diff) | |
download | FreeBSD-ports-a504ea3be881fd4165770ceb8f96bd9335824bf0.zip FreeBSD-ports-a504ea3be881fd4165770ceb8f96bd9335824bf0.tar.gz |
Move PLIST generation to do-install. Since do-install is already define
in this Makefile, there wasn't much reason why it was separate anyway.
Diffstat (limited to 'german/manpages')
-rw-r--r-- | german/manpages/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/german/manpages/Makefile b/german/manpages/Makefile index 4dbbfe7..0b5aca2 100644 --- a/german/manpages/Makefile +++ b/german/manpages/Makefile @@ -3,7 +3,7 @@ # Date created: 29 September 1997 # Whom: wosch # -# $Id: Makefile,v 1.5 1997/10/02 05:32:37 asami Exp $ +# $Id: Makefile,v 1.6 1997/10/03 12:25:15 wosch Exp $ # DISTNAME= de-manpages-1.0 @@ -32,8 +32,6 @@ do-install: cd ${WRKSRC}/${manpages}; \ ${EXTRACT_CMD} cf - . | \ (cd ${mandir}; ${EXTRACT_CMD} xf - ) - -post-install: find ${WRKSRC}/${manpages} -type f -print | \ ${SED} "s%${WRKSRC}/${manpages}%man/${LANG}%" > \ ${WRKSRC}/PLIST |