diff options
author | skreuzer <skreuzer@FreeBSD.org> | 2014-01-16 00:05:42 +0800 |
---|---|---|
committer | skreuzer <skreuzer@FreeBSD.org> | 2014-01-16 00:05:42 +0800 |
commit | eebea8232bb2b095674bb2613455d5372b7df159 (patch) | |
tree | 68f87d5428aa5aeabc84a72334b828b2eb65ea68 | |
parent | 478b3b8e1431e726ea66485b86d53c3aa5b21f0c (diff) | |
download | freebsd-ports-gnome-eebea8232bb2b095674bb2613455d5372b7df159.tar.gz freebsd-ports-gnome-eebea8232bb2b095674bb2613455d5372b7df159.tar.zst freebsd-ports-gnome-eebea8232bb2b095674bb2613455d5372b7df159.zip |
Update MASTER_SITES
Support STAGEDIR
-rw-r--r-- | math/moo/Makefile | 11 | ||||
-rw-r--r-- | math/moo/pkg-descr | 2 |
2 files changed, 5 insertions, 8 deletions
diff --git a/math/moo/Makefile b/math/moo/Makefile index 5a6c1a9ef142..5f05916153f6 100644 --- a/math/moo/Makefile +++ b/math/moo/Makefile @@ -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> diff --git a/math/moo/pkg-descr b/math/moo/pkg-descr index 2730c0912a07..b1af9c0f222a 100644 --- a/math/moo/pkg-descr +++ b/math/moo/pkg-descr @@ -6,4 +6,4 @@ and binary (0b1001). All numerical operators (+, -, *, /, %), bit operators (|, ^, &, ~, <<, >>), and logical operators (==, !=, <, >, <=, >=, !, &&, ||) are supported. -WWW: http://cyth.net/~ray/moo/ +WWW: http://www.cyth.net/moo/ |