summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/pspell/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/textproc/pspell/Makefile b/textproc/pspell/Makefile
index 5933ccf2d031..e5ad243e48e6 100644
--- a/textproc/pspell/Makefile
+++ b/textproc/pspell/Makefile
@@ -7,6 +7,7 @@
PORTNAME= pspell
PORTVERSION= 0.12.2
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -27,4 +28,10 @@ post-patch:
@${PERL} -pi -e 's,\@INSTALL\@,install,' ${WRKSRC}/libltdl/Makefile.in \
${WRKSRC}/modules/Makefile.in
+post-build:
+ @cd ${WRKSRC}/modules && ${SH} ./add-modules
+
+post-install:
+ @cd ${WRKSRC}/modules && ${SETENV} ${MAKE_ENV} ${MAKE} install
+
.include <bsd.port.mk>