Date: Wed, 15 Jan 2014 16:05:42 +0000 (UTC) From: Steven Kreuzer <skreuzer@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339789 - head/math/moo Message-ID: <201401151605.s0FG5g2e008128@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401151605.s0FG5g2e008128>