diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-23 02:05:04 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-23 02:05:04 +0800 |
commit | 4ab0594f63e38be08f045ae986deea85d9f8e781 (patch) | |
tree | 5ccc149311d24585961d9a2cf90f90b5de162a2d /polish | |
parent | 144134eb9b1691db727f497d0fe3e24da49605ee (diff) | |
download | freebsd-ports-graphics-4ab0594f63e38be08f045ae986deea85d9f8e781.tar.gz freebsd-ports-graphics-4ab0594f63e38be08f045ae986deea85d9f8e781.tar.zst freebsd-ports-graphics-4ab0594f63e38be08f045ae986deea85d9f8e781.zip |
Fix NO_STAGE attribution
Diffstat (limited to 'polish')
-rw-r--r-- | polish/ispell/Makefile | 2 | ||||
-rw-r--r-- | polish/libtlen/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/polish/ispell/Makefile b/polish/ispell/Makefile index 5006f1e2b1b..5023258f2e0 100644 --- a/polish/ispell/Makefile +++ b/polish/ispell/Makefile @@ -9,11 +9,11 @@ MAINTAINER= wtp@bsdguru.org ISPELL_PL= yes USES= perl5 +NO_STAGE= yes MASTERDIR= ${.CURDIR}/../../textproc/ispell .if exists(${.CURDIR}/Makefile.local) -NO_STAGE= yes .include "${.CURDIR}/Makefile.local" .endif diff --git a/polish/libtlen/Makefile b/polish/libtlen/Makefile index 6d8f5fc845c..67a2ccd523b 100644 --- a/polish/libtlen/Makefile +++ b/polish/libtlen/Makefile @@ -11,9 +11,9 @@ COMMENT= Backend for interoperability with Tlen.pl, Polish IM network GNU_CONFIGURE= yes USE_LDCONFIG= yes +NO_STAGE= yes .if !defined(NOPORTDOCS) -NO_STAGE= yes post-install: @${MKDIR} ${DOCSDIR} .for f in libtlen.html libtlen.css AUTHORS TODO |