diff options
author | eadler <eadler@FreeBSD.org> | 2013-10-16 05:16:29 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-10-16 05:16:29 +0800 |
commit | d224a88854c4f0aa994abad28b33e0752a7a132f (patch) | |
tree | bf8400df4c248edf74d2dd3739b38b99bc0c658e | |
parent | 7e8dc45ba35bf934615850f1e4469edb219dfa1f (diff) | |
download | freebsd-ports-gnome-d224a88854c4f0aa994abad28b33e0752a7a132f.tar.gz freebsd-ports-gnome-d224a88854c4f0aa994abad28b33e0752a7a132f.tar.zst freebsd-ports-gnome-d224a88854c4f0aa994abad28b33e0752a7a132f.zip |
- Convert to staging
-rw-r--r-- | chinese/fortune/Makefile | 6 |
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> |