svn commit: r330459 - head/chinese/fortune

Eitan Adler eadler at FreeBSD.org
Tue Oct 15 21:16:29 UTC 2013


Author: eadler
Date: Tue Oct 15 21:16:29 2013
New Revision: 330459
URL: http://svnweb.freebsd.org/changeset/ports/330459

Log:
   - Convert to staging

Modified:
  head/chinese/fortune/Makefile

Modified: head/chinese/fortune/Makefile
==============================================================================
--- head/chinese/fortune/Makefile	Tue Oct 15 21:15:42 2013	(r330458)
+++ head/chinese/fortune/Makefile	Tue Oct 15 21:16:29 2013	(r330459)
@@ -9,7 +9,7 @@ MASTER_SITES=	GOOGLE_CODE
 DISTNAME=	fortune-mod-zh-${PORTVERSION}
 
 MAINTAINER=	ports at 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>


More information about the svn-ports-all mailing list