diff options
author | petef <petef@FreeBSD.org> | 2001-10-30 09:41:23 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-10-30 09:41:23 +0800 |
commit | b2a4ca9f674dab228174884212f3fe0b0da42116 (patch) | |
tree | ae2e30b48db986de5dc8011735aef21693da18a7 /textproc | |
parent | 33e28788e374571ab1598a10b03414808f2f2ebe (diff) | |
download | freebsd-ports-gnome-b2a4ca9f674dab228174884212f3fe0b0da42116.tar.gz freebsd-ports-gnome-b2a4ca9f674dab228174884212f3fe0b0da42116.tar.zst freebsd-ports-gnome-b2a4ca9f674dab228174884212f3fe0b0da42116.zip |
Remove the post-patch target. I'm not sure why I added this before,
must have been a local problem on one of my test machines.
PR: 31621
Submitted by: Alec Wolman <wolman@cs.washington.edu>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/pspell/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/textproc/pspell/Makefile b/textproc/pspell/Makefile index e5ad243e48e6..7a0a0f81f51d 100644 --- a/textproc/pspell/Makefile +++ b/textproc/pspell/Makefile @@ -24,10 +24,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ARGS= --enable-doc-dir=${PREFIX}/share/doc/pspell INSTALLS_SHLIB= yes -post-patch: - @${PERL} -pi -e 's,\@INSTALL\@,install,' ${WRKSRC}/libltdl/Makefile.in \ - ${WRKSRC}/modules/Makefile.in - post-build: @cd ${WRKSRC}/modules && ${SH} ./add-modules |