mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
44eaadcb75
Where possible, correct a few instances where PORTDOCS was being used to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by ruby@, PORTDOCS is applied to pretty much everything whether it's documentation or example.
22 lines
521 B
Makefile
22 lines
521 B
Makefile
# Created by: Masanori Kiriake <seiken@nbs.co.jp>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= aish
|
|
PORTVERSION= 1.13
|
|
CATEGORIES= converters
|
|
MASTER_SITES= http://hp.vector.co.jp/authors/VA004474/etc/
|
|
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}u
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Ish/uuencode/Base64 converter
|
|
|
|
MAKE_ARGS= DSTDIR=${STAGEDIR}${PREFIX}/bin
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/ja/aish
|
|
${INSTALL_DATA} ${WRKSRC}/aish.txt ${STAGEDIR}${PREFIX}/share/doc/ja/aish
|
|
|
|
.include <bsd.port.mk>
|