diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:01:22 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:01:22 +0000 |
commit | f5750c6a0ec52f2e6e5c4f6bf1a104e16168491a (patch) | |
tree | 6b5469be28afd93589ebcab2e31c971326230494 /chinese/fortune/Makefile | |
parent | 70996a4d8227f211b193c1a4836088190d3ebaa8 (diff) |
Notes
Diffstat (limited to 'chinese/fortune/Makefile')
-rw-r--r-- | chinese/fortune/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/chinese/fortune/Makefile b/chinese/fortune/Makefile index 8528df4cf8a7..e78c8db5e95d 100644 --- a/chinese/fortune/Makefile +++ b/chinese/fortune/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: zh-fortune -# Date created: 17 Dec 2009 -# Whom: Ju Pengfei <jupengfei@gmail.com> -# +# Created by: Ju Pengfei <jupengfei@gmail.com> # $FreeBSD$ -# PORTNAME= fortune PORTVERSION= 1.2.2 @@ -27,6 +23,7 @@ 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|" \ |