diff options
author | mat <mat@FreeBSD.org> | 2017-01-25 00:49:42 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-01-25 00:49:42 +0800 |
commit | dd42e1b2485837633a4baf4b13487ba904c4a679 (patch) | |
tree | abf8cacda94f122cf7bbb524a084e91e6c748827 /math/p5-Math-Pari | |
parent | 59576a8c251f8a6a22b327e0cd093b31022de1b1 (diff) | |
download | freebsd-ports-gnome-dd42e1b2485837633a4baf4b13487ba904c4a679.tar.gz freebsd-ports-gnome-dd42e1b2485837633a4baf4b13487ba904c4a679.tar.zst freebsd-ports-gnome-dd42e1b2485837633a4baf4b13487ba904c4a679.zip |
cleanup.
Sponsored by: Absolight
Diffstat (limited to 'math/p5-Math-Pari')
-rw-r--r-- | math/p5-Math-Pari/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/math/p5-Math-Pari/Makefile b/math/p5-Math-Pari/Makefile index 511f71f55539..10e468a05799 100644 --- a/math/p5-Math-Pari/Makefile +++ b/math/p5-Math-Pari/Makefile @@ -57,7 +57,4 @@ post-install: ${INSTALL_LIB} ${PARI_WRKSRC}/build/libpari-gmp.so.2.3.5 ${STAGEDIR}${SITE_ARCH}/auto/Math/Pari ${LN} -s libpari-gmp.so.2.3.5 ${STAGEDIR}${SITE_ARCH}/auto/Math/Pari/libpari-gmp.so.2 -post-clean: - @${MAKE_CMD} -C ${PORTSDIR}/math/pari -DBATCH clean - .include <bsd.port.mk> |