diff options
author | petef <petef@FreeBSD.org> | 2001-10-04 08:13:50 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-10-04 08:13:50 +0800 |
commit | 1e9fe0fbf4ca0a1bf1a7e08360c128f3b2776df5 (patch) | |
tree | 2c4c32d035a51156e06f9f4d19045e06f51cd41c /textproc/pspell | |
parent | 8d6f58ec89bb32340a1fb9a88a4d35d63af8f793 (diff) | |
download | freebsd-ports-gnome-1e9fe0fbf4ca0a1bf1a7e08360c128f3b2776df5.tar.gz freebsd-ports-gnome-1e9fe0fbf4ca0a1bf1a7e08360c128f3b2776df5.tar.zst freebsd-ports-gnome-1e9fe0fbf4ca0a1bf1a7e08360c128f3b2776df5.zip |
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>
Diffstat (limited to 'textproc/pspell')
-rw-r--r-- | textproc/pspell/Makefile | 7 |
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> |