aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2004-12-20 02:30:25 +0800
committerlinimon <linimon@FreeBSD.org>2004-12-20 02:30:25 +0800
commit37ed0b4c553f06ff9a424a3042a86dc0f9dd559c (patch)
treefaab5edec0d78fadab3345f0a3bb2ff936c2faf7 /math
parentcb3a1ab81f6871a33fe1268a1f883fc13540e3d6 (diff)
downloadfreebsd-ports-gnome-37ed0b4c553f06ff9a424a3042a86dc0f9dd559c.tar.gz
freebsd-ports-gnome-37ed0b4c553f06ff9a424a3042a86dc0f9dd559c.tar.zst
freebsd-ports-gnome-37ed0b4c553f06ff9a424a3042a86dc0f9dd559c.zip
Attempt to not build this package on pointyhat; it has a file which must
be manually downloaded.
Diffstat (limited to 'math')
-rw-r--r--math/unixstat/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/unixstat/Makefile b/math/unixstat/Makefile
index 620c51816ba2..34141f45517c 100644
--- a/math/unixstat/Makefile
+++ b/math/unixstat/Makefile
@@ -23,6 +23,8 @@ MAN1= abut.1 anova.1 calc.1 colex.1 contab.1 desc.1 dm.1 dprime.1 \
rankrel.1 ranksort.1 regress.1 repeat.1 reverse.1 series.1 \
stats.1 transpose.1 ts.1 unixstat.1 validata.1
+.include <bsd.port.pre.mk>
+
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING)
IGNORE="Gary Perlman requires that users agree to his license"\
"before he will allow access to the distfile."\
@@ -46,4 +48,4 @@ do-install:
@${INSTALL_DATA} ${WRKSRC}/handbook/* ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>