- 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)
This commit is contained in:
Max Khon 2004-02-16 18:03:38 +00:00
parent 084a1ea5ae
commit 3e52fea7db
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101074
2 changed files with 0 additions and 15 deletions

View File

@ -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>

View File

@ -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