From a882364f2403bc9d88e823745313b7de799bd176 Mon Sep 17 00:00:00 2001 From: lioux Date: Sun, 10 Nov 2002 16:48:51 +0000 Subject: o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) --- math/py-probstat/Makefile | 2 -- math/py-probstat/pkg-comment | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 math/py-probstat/pkg-comment (limited to 'math/py-probstat') diff --git a/math/py-probstat/Makefile b/math/py-probstat/Makefile index 4e59f636a919..f07b01752ccd 100644 --- a/math/py-probstat/Makefile +++ b/math/py-probstat/Makefile @@ -17,8 +17,6 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org -PORTCOMMENT= Probability And Statistics Utils for Python - PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,^${LOCALBASE}/,,g} USE_PYTHON= yes USE_PYDISTUTILS= yes diff --git a/math/py-probstat/pkg-comment b/math/py-probstat/pkg-comment new file mode 100644 index 000000000000..bffcca1db6ea --- /dev/null +++ b/math/py-probstat/pkg-comment @@ -0,0 +1 @@ +Probability And Statistics Utils for Python -- cgit