aboutsummaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-10-15 21:16:29 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-10-15 21:16:29 +0000
commita01590ffd84b84a99ff5da1412f259b931c3b5ea (patch)
treebf8400df4c248edf74d2dd3739b38b99bc0c658e /chinese
parent80f065687115fff49f1625613808c74bd47c719d (diff)
downloadports-a01590ffd84b84a99ff5da1412f259b931c3b5ea.tar.gz
ports-a01590ffd84b84a99ff5da1412f259b931c3b5ea.zip
Notes
Diffstat (limited to 'chinese')
-rw-r--r--chinese/fortune/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/chinese/fortune/Makefile b/chinese/fortune/Makefile
index 5f1983040376..722fa8c75a56 100644
--- a/chinese/fortune/Makefile
+++ b/chinese/fortune/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= GOOGLE_CODE
DISTNAME= fortune-mod-zh-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
-COMMENT= A very classic fortune file in Chinese
+COMMENT= Classic fortune file in Chinese
RUN_DEPENDS= autob5:${PORTSDIR}/chinese/autoconvert
@@ -23,13 +23,9 @@ SUB_FILES= pkg-message
IGNORE= needs the FreeBSD games distribution
.endif
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e "s|/usr/|${PREFIX}/|" \
-e "s|strfile|/usr/games/strfile|" \
${WRKSRC}/src/Makefile
-post-install:
- @${CAT} ${PKGMESSAGE}
-
.include <bsd.port.mk>