diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2003-11-19 06:12:41 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2003-11-19 06:12:41 +0000 |
commit | 3a9e355c2894d08f7800770190f89347b64d00b2 (patch) | |
tree | 438291ea5f6306ffbf4f7c6cbc3808e6b78a9978 /emulators/hfsplusutils | |
parent | Add gdesklets-weather, a weather monitoring Sensor and Display for (diff) |
- Attempt to fix bento build by avoid explicit 'make patch-libtool'
Noticed by: bento via kris
Notes
Notes:
svn path=/head/; revision=94327
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 62584e4bbd35..ba8bdb415c56 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 |