diff options
Diffstat (limited to 'net/avahi-sharp/Makefile')
-rw-r--r-- | net/avahi-sharp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/avahi-sharp/Makefile b/net/avahi-sharp/Makefile index 613268f..c0e4255 100644 --- a/net/avahi-sharp/Makefile +++ b/net/avahi-sharp/Makefile @@ -6,7 +6,7 @@ # $Id: Makefile,v 1.2 2006/02/15 19:15:40 tmclau02 Exp $ # -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= net dns PKGNAMESUFFIX= -sharp @@ -48,6 +48,7 @@ post-patch: s|@PACKAGE_VERSION@|${PORTVERSION}|g' \ ${WRKSRC}/avahi-sharp.pc.in @${CP} ${WRKSRC}/avahi-sharp.pc.in ${WRKSRC}/avahi-sharp.pc + @${CP} ${WRKSRC}/avahi-sharp/avahi-sharp.dll.config.in ${WRKSRC}/avahi-sharp/avahi-sharp.dll.config post-install: ${INSTALL_DATA} ${WRKSRC}/avahi-sharp.pc ${PREFIX}/libdata/pkgconfig/ |