diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-12-19 18:30:25 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-12-19 18:30:25 +0000 |
commit | f883a29ba45a6d6f5c7240c236ca102f59ef4ce6 (patch) | |
tree | 2601d45b3d82277e9a180e50bf26f747a1314e9f /math/unixstat | |
parent | 854ba7c203f901b5e5323c5faf5beb5e6de3b39f (diff) |
Notes
Diffstat (limited to 'math/unixstat')
-rw-r--r-- | math/unixstat/Makefile | 4 |
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> |