summaryrefslogtreecommitdiff
path: root/converters/uudx
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-09-14 17:17:04 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-09-14 17:17:04 +0000
commit6ecda1cdedf5250de9d546210f0487549e9d34ad (patch)
tree625b5f15fe39a5e74ae3be34a67015bee15e9ba2 /converters/uudx
parentLet bsd.port.mk do the manpage compression. (diff)
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.
Notes
Notes: svn path=/head/; revision=7904
Diffstat (limited to 'converters/uudx')
-rw-r--r--converters/uudx/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/converters/uudx/Makefile b/converters/uudx/Makefile
index e1b73fc03677..f15831d2903f 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}"