svn commit: r339789 - head/math/moo

Steven Kreuzer skreuzer at FreeBSD.org
Wed Jan 15 16:05:43 UTC 2014


Author: skreuzer
Date: Wed Jan 15 16:05:42 2014
New Revision: 339789
URL: http://svnweb.freebsd.org/changeset/ports/339789
QAT: https://qat.redports.org/buildarchive/r339789/

Log:
  Update MASTER_SITES
  Support STAGEDIR

Modified:
  head/math/moo/Makefile
  head/math/moo/pkg-descr

Modified: head/math/moo/Makefile
==============================================================================
--- head/math/moo/Makefile	Wed Jan 15 15:45:13 2014	(r339788)
+++ head/math/moo/Makefile	Wed Jan 15 16:05:42 2014	(r339789)
@@ -4,19 +4,16 @@
 PORTNAME=	moo
 PORTVERSION=	1.3
 CATEGORIES=	math
-MASTER_SITES=	http://www.cyth.net/~ray/moo/ \
-		http://www.exit2shell.com/~skreuzer/distfiles/
+MASTER_SITES=	http://www.cyth.net/moo/
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	skreuzer at FreeBSD.org
 COMMENT=	Calculator that accepts C-like syntax as input
 
-PLIST_FILES=	bin/moo
-MAN1=		moo.1
+PLIST_FILES=	bin/moo man/man1/moo.1.gz
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/moo ${PREFIX}/bin/
-	${INSTALL_MAN} ${WRKSRC}/moo.1 ${MANPREFIX}/man/man1
+	${INSTALL_PROGRAM} ${WRKSRC}/moo ${STAGEDIR}${PREFIX}/bin/
+	${INSTALL_MAN} ${WRKSRC}/moo.1 ${STAGEDIR}${MANPREFIX}/man/man1
 
 .include <bsd.port.mk>

Modified: head/math/moo/pkg-descr
==============================================================================
--- head/math/moo/pkg-descr	Wed Jan 15 15:45:13 2014	(r339788)
+++ head/math/moo/pkg-descr	Wed Jan 15 16:05:42 2014	(r339789)
@@ -6,4 +6,4 @@ and binary (0b1001). All numerical opera
 (|, ^, &, ~, <<, >>), and logical operators (==, !=, <, >, <=, >=, !, &&, ||)
 are supported.
 
-WWW: http://cyth.net/~ray/moo/
+WWW: http://www.cyth.net/moo/


More information about the svn-ports-all mailing list