diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 20:55:04 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 20:55:04 +0000 |
commit | ce5e4570204c37f4ac986a2a6bc076aa911167d6 (patch) | |
tree | 1c069c3c993156dc583330fa958afbe99bb4966e /math/pari | |
parent | 8ac99398e2b62e1b10333d4c88ae273f4f0ed365 (diff) |
Notes
Diffstat (limited to 'math/pari')
-rw-r--r-- | math/pari/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile index 9c76cff1b27e..d92dafb2f18a 100644 --- a/math/pari/Makefile +++ b/math/pari/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: PARI -# Date created: 19 January 1999 -# Whom: Yoshiaki UCHIKAWA <yoshiaki@kt.rim.or.jp> -# +# Created by: Yoshiaki UCHIKAWA <yoshiaki@kt.rim.or.jp> # $FreeBSD$ -# PORTNAME= pari PORTVERSION= 2.3.5 @@ -35,6 +31,7 @@ PLIST_SUB= GP_VERSION=${GP_VERSION} PORTVERSION=${PORTVERSION} GP_VERSION= ${PORTVERSION:R} +NO_STAGE= yes post-install: @if [ -L ${MAN1PREFIX}/man/man1/pari.1 ]; then \ ${RM} -f ${MAN1PREFIX}/man/man1/pari.1 ;\ |