summaryrefslogtreecommitdiff
path: root/math/unixstat
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2004-12-19 18:30:25 +0000
committerMark Linimon <linimon@FreeBSD.org>2004-12-19 18:30:25 +0000
commitf883a29ba45a6d6f5c7240c236ca102f59ef4ce6 (patch)
tree2601d45b3d82277e9a180e50bf26f747a1314e9f /math/unixstat
parentTweak up the IGNORE Makevar. (diff)
Attempt to not build this package on pointyhat; it has a file which must
be manually downloaded.
Notes
Notes: svn path=/head/; revision=124505
Diffstat (limited to 'math/unixstat')
-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>