diff options
author | sergei <sergei@FreeBSD.org> | 2003-11-19 06:12:41 +0000 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2003-11-19 06:12:41 +0000 |
commit | 0a50a5159887f14a62e0b6578fb7e890bd963d38 (patch) | |
tree | 4616a175e7d36837e0603973b629a6c513bdcaa6 /emulators/hfsplusutils | |
parent | c80289460751204de7d0303945f3d6656eb8c444 (diff) | |
download | FreeBSD-ports-0a50a5159887f14a62e0b6578fb7e890bd963d38.zip FreeBSD-ports-0a50a5159887f14a62e0b6578fb7e890bd963d38.tar.gz |
- Attempt to fix bento build by avoid explicit 'make patch-libtool'
Noticed by: bento via kris
Diffstat (limited to 'emulators/hfsplusutils')
-rw-r--r-- | emulators/hfsplusutils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/hfsplusutils/Makefile b/emulators/hfsplusutils/Makefile index 62584e4..ba8bdb4 100644 --- a/emulators/hfsplusutils/Makefile +++ b/emulators/hfsplusutils/Makefile @@ -42,7 +42,7 @@ post-patch: pre-configure: @cd ${WRKSRC} && ${ACLOCAL} && ${AUTOHEADER} - @${MAKE} patch-libtool +# @${MAKE} patch-libtool post-install: ${INSTALL_MAN} ${WRKSRC}/doc/man/hfsp.man ${MAN1PREFIX}/man/man1/hfsp.1 |