summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2001-10-04 00:13:50 +0000
committerPete Fritchman <petef@FreeBSD.org>2001-10-04 00:13:50 +0000
commite6dae421611fbbd42ed9d815e128ebc929d6437a (patch)
tree3a38f473ba842b8d6628b0267ec452d725afc470 /textproc
parento add missing file to PLIST (diff)
Correctly build the modules so third-party applications (such as PHP) can
take advantage of them. Bump PORTREVISION. PR: 30974 Submitted by: Sean Chittenden <sean@chittenden.org>
Notes
Notes: svn path=/head/; revision=48419
Diffstat (limited to 'textproc')
-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>