diff options
author | max <max@FreeBSD.org> | 1997-09-14 17:17:04 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-09-14 17:17:04 +0000 |
commit | 5d28c092bea58f909c301a20801d00c2f6b8c625 (patch) | |
tree | d0e716e84cdd3209edfdcc5ae5b69057e0d6b71b /converters | |
parent | 9ba4ac9dba1c2bf74430c6d6b474e85d045dc3bd (diff) | |
download | FreeBSD-ports-5d28c092bea58f909c301a20801d00c2f6b8c625.zip FreeBSD-ports-5d28c092bea58f909c301a20801d00c2f6b8c625.tar.gz |
Update the maintainer's address (I remember him asking his address in
the handbook to be updated.)
Style fix:
- Insert a blank (`3' only) line before the $Id$ line.
- Move EXTRACT_SUFX to proper place.
- Regenerate the patch file and remove the definition of PATCH_STRIP.
- Correctly define MANLANG and MAN1.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/uudx/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/converters/uudx/Makefile b/converters/uudx/Makefile index e1b73fc..f15831d 100644 --- a/converters/uudx/Makefile +++ b/converters/uudx/Makefile @@ -2,24 +2,26 @@ # Version required: 2.99 # Date created: 2 June 1996 # Whom: ABURAYER Rewsirow <pcs51674@asciinet.or.jp> -# $Id: Makefile,v 1.3 1996/12/06 22:46:32 asami Exp $ +# +# $Id: Makefile,v 1.4 1997/04/26 23:55:24 asami Exp $ # DISTNAME= uudx_299 PKGNAME= uudx-2.99 CATEGORIES= converters MASTER_SITES= ftp://ftp.ae.keio.ac.jp/pub/msdos/archivers/uu/ +EXTRACT_SUFX= .lzh -MAINTAINER= pcs51674@asciinet.or.jp +MAINTAINER= rewsirow@ff.iij4u.or.jp BUILD_DEPENDS= lha:${PORTSDIR}/archivers/lha \ nkf:${PORTSDIR}/japanese/nkf EXTRACT_CMD= lha -EXTRACT_SUFX= .lzh EXTRACT_BEFORE_ARGS= xw=${WRKDIR} NO_WRKSUBDIR= yes -PATCH_STRIP= -p1 +MANLANG= ja_JP.EUC +MAN1= uudx.1 pre-patch: @echo "===> Installing custom Makefile for ${DISTNAME}" |