diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-01-24 22:28:37 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-01-24 22:28:37 +0000 |
commit | 61b5ce720ef5039294d440d46b5bc924959cd04e (patch) | |
tree | 7bc621d95b266bac8e7adf12c0384da92785ea02 /net/howl | |
parent | The previous commit was (diff) |
Now that howl's pkg-config file has been fixed, we no longer need to hack
the howl include path.
Notes
Notes:
svn path=/head/; revision=127229
Diffstat (limited to 'net/howl')
-rw-r--r-- | net/howl/Makefile | 3 | ||||
-rw-r--r-- | net/howl/pkg-plist | 50 |
2 files changed, 26 insertions, 27 deletions
diff --git a/net/howl/Makefile b/net/howl/Makefile index 380d445e6991..fae96a4d84a6 100644 --- a/net/howl/Makefile +++ b/net/howl/Makefile @@ -6,6 +6,7 @@ PORTNAME= howl PORTVERSION= 0.9.8 +PORTREVISION= 1 CATEGORIES?= net devel MASTER_SITES= http://www.porchdogsoft.com/download/ @@ -34,7 +35,5 @@ CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" post-patch: @${REINPLACE_CMD} -e 's|-pthread||g' ${WRKSRC}/configure - @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} \ - -E -e '/^library_includedir[[:space:]]*=/s^\$$[(]includedir[)]/howl^$$(includedir)/howl-${PORTVERSION}^g' .include <bsd.port.post.mk> diff --git a/net/howl/pkg-plist b/net/howl/pkg-plist index 0c2e2421d576..f51d0bcf9a30 100644 --- a/net/howl/pkg-plist +++ b/net/howl/pkg-plist @@ -3,26 +3,26 @@ bin/mDNSPublish bin/mDNSQuery bin/mDNSResolve bin/mDNSResponder -include/howl-%%VERSION%%/corby/buffer.h -include/howl-%%VERSION%%/corby/channel.h -include/howl-%%VERSION%%/corby/corby.h -include/howl-%%VERSION%%/corby/message.h -include/howl-%%VERSION%%/corby/object.h -include/howl-%%VERSION%%/corby/orb.h -include/howl-%%VERSION%%/discovery/discovery.h -include/howl-%%VERSION%%/discovery/text_record.h -include/howl-%%VERSION%%/howl.h -include/howl-%%VERSION%%/howl_config.h -include/howl-%%VERSION%%/rendezvous/rendezvous.h -include/howl-%%VERSION%%/rendezvous/text_record.h -include/howl-%%VERSION%%/salt/address.h -include/howl-%%VERSION%%/salt/debug.h -include/howl-%%VERSION%%/salt/interface.h -include/howl-%%VERSION%%/salt/platform.h -include/howl-%%VERSION%%/salt/salt.h -include/howl-%%VERSION%%/salt/signal.h -include/howl-%%VERSION%%/salt/socket.h -include/howl-%%VERSION%%/salt/time.h +include/howl/corby/buffer.h +include/howl/corby/channel.h +include/howl/corby/corby.h +include/howl/corby/message.h +include/howl/corby/object.h +include/howl/corby/orb.h +include/howl/discovery/discovery.h +include/howl/discovery/text_record.h +include/howl/howl.h +include/howl/howl_config.h +include/howl/rendezvous/rendezvous.h +include/howl/rendezvous/text_record.h +include/howl/salt/address.h +include/howl/salt/debug.h +include/howl/salt/interface.h +include/howl/salt/platform.h +include/howl/salt/salt.h +include/howl/salt/signal.h +include/howl/salt/socket.h +include/howl/salt/time.h lib/libhowl.a lib/libhowl.so lib/libhowl.so.0 @@ -46,8 +46,8 @@ libdata/pkgconfig/howl.pc %%DATADIR%%/help/txt_rec_str_iter.html @dirrm %%DATADIR%%/help @dirrm %%DATADIR%% -@dirrm include/howl-%%VERSION%%/salt -@dirrm include/howl-%%VERSION%%/rendezvous -@dirrm include/howl-%%VERSION%%/discovery -@dirrm include/howl-%%VERSION%%/corby -@dirrm include/howl-%%VERSION%% +@dirrm include/howl/salt +@dirrm include/howl/rendezvous +@dirrm include/howl/discovery +@dirrm include/howl/corby +@dirrm include/howl |