diff options
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> |