diff options
author | fjoe <fjoe@FreeBSD.org> | 2004-02-16 18:03:38 +0000 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2004-02-16 18:03:38 +0000 |
commit | 4064e1f720d6ed20c6aeed3f64771f72f847b205 (patch) | |
tree | aa923a3935067949f600ba02f216cc1ff97cc06c /emulators/hfsplusutils | |
parent | 4c46869465b3f1b39b2aba884929c89ae9695c39 (diff) | |
download | FreeBSD-ports-4064e1f720d6ed20c6aeed3f64771f72f847b205.zip FreeBSD-ports-4064e1f720d6ed20c6aeed3f64771f72f847b205.tar.gz |
- Fix pkg-plist and unbreak the port.
- remove patch-libtool hack: patch-libtool was moved after pre-configure
in bsd.port.mk rev. 1.475.
Approved by: jre (at) vineyard.net (MAINTAINER)
Diffstat (limited to 'emulators/hfsplusutils')
-rw-r--r-- | emulators/hfsplusutils/Makefile | 14 | ||||
-rw-r--r-- | emulators/hfsplusutils/pkg-plist | 1 |
2 files changed, 0 insertions, 15 deletions
diff --git a/emulators/hfsplusutils/Makefile b/emulators/hfsplusutils/Makefile index f95e0c2..e86deeb 100644 --- a/emulators/hfsplusutils/Makefile +++ b/emulators/hfsplusutils/Makefile @@ -32,17 +32,8 @@ pre-patch: ${WRKSRC}/src/Makefile.am ${WRKSRC}/libhfsp/src/Makefile.am @${REINPLACE_CMD} -e 's,doc/,,' ${WRKSRC}/index.html -# it would really be best if the patch-libtool target was run just -# after pre-configure instead of just before. To get around this, we -# touch LIBTOOLFILES so patch-libtool doesn't barf, then run -# patch-libtool again after running aclocal and autoheader. Hopefully -# future changes to bsd.port.mk won't cause this to break. -post-patch: - @cd ${WRKSRC} && ${TOUCH} ${LIBTOOLFILES} - pre-configure: @cd ${WRKSRC} && ${ACLOCAL} && ${AUTOHEADER} -# @${MAKE} patch-libtool post-install: ${INSTALL_MAN} ${WRKSRC}/doc/man/hfsp.man ${MAN1PREFIX}/man/man1/hfsp.1 @@ -57,9 +48,4 @@ post-install: BROKEN= "Does not build on FreeBSD 4.x or earlier" .endif -.if ${OSVERSION} >= 502000 -BROKEN= "Broken pkg-plist" -.endif - -DEPRECATED= "Will be removed after April 15 if still broken" .include <bsd.port.post.mk> diff --git a/emulators/hfsplusutils/pkg-plist b/emulators/hfsplusutils/pkg-plist index 4896fd9..db4cbc6 100644 --- a/emulators/hfsplusutils/pkg-plist +++ b/emulators/hfsplusutils/pkg-plist @@ -9,7 +9,6 @@ bin/hppwd bin/hprm bin/hpumount lib/libhfsp.a -lib/libhfsp.la lib/libhfsp.so lib/libhfsp.so.0 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS |