mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
ee45b61d33
- Fix command lines in the do-install target * not to use undefined variable: INSTALL_DIR * not to use SITE_PERL that contains LOCALBASE
33 lines
743 B
Makefile
33 lines
743 B
Makefile
# New ports collection makefile for: jcode.pl
|
|
# Date created: 20 February 1998
|
|
# Whom: sada
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= jcode.pl
|
|
PORTVERSION= 2.13
|
|
CATEGORIES= japanese perl5
|
|
MASTER_SITES= ftp://ftp.iij.ad.jp/pub/IIJ/dist/utashiro/perl/ \
|
|
ftp://ftp.sra.co.jp/pub/lang/perl/sra-scripts/ \
|
|
http://srekcah.org/jcode/
|
|
EXTRACT_SUFX= # none
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Perl library for Japanese character code conversion
|
|
|
|
USE_PERL5_RUN= yes
|
|
NO_WRKSUBDIR= yes
|
|
NO_BUILD= yes
|
|
EXTRACT_CMD= ${CP}
|
|
EXTRACT_BEFORE_ARGS=
|
|
EXTRACT_AFTER_ARGS= .
|
|
|
|
PLIST_FILES= %%SITE_PERL%%/${PORTNAME}
|
|
|
|
do-install:
|
|
${MKDIR} ${PREFIX}/${SITE_PERL_REL}/
|
|
${INSTALL_DATA} ${WRKDIR}/${DISTNAME} ${PREFIX}/${SITE_PERL_REL}/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|