diff options
author | Max Khon <fjoe@FreeBSD.org> | 2004-02-16 18:03:38 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2004-02-16 18:03:38 +0000 |
commit | 3e52fea7db6d6ffaaadfd76e729ba28482ea2286 (patch) | |
tree | 0c6f58d6233ff4096af4942038dd019057125070 /emulators | |
parent | 084a1ea5ae6f47910823cb4e2fe9054b1b67f8b0 (diff) |
Notes
Diffstat (limited to 'emulators')
-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 f95e0c2c0e7a..e86deeb05bf5 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 4896fd97f4c0..db4cbc6af943 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 |