summaryrefslogtreecommitdiffstats
path: root/net/gnome-nettool/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/gnome-nettool/Makefile')
-rw-r--r--net/gnome-nettool/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/net/gnome-nettool/Makefile b/net/gnome-nettool/Makefile
index 2a76fd8a3..d20778b0e 100644
--- a/net/gnome-nettool/Makefile
+++ b/net/gnome-nettool/Makefile
@@ -17,10 +17,9 @@ LIB_DEPENDS= libgtop-2.0.so:${PORTSDIR}/devel/libgtop
CONFLICTS= gnome-nettool-3.[0-9]*
-NO_STAGE= yes
USE_BZIP2= yes
USE_GNOME= intlhack gnomeprefix libglade2 gconf2 gnomedocutils
-USES= gettext gmake pathfix
+USES= gettext gmake pathfix pkgconfig
INSTALLS_OMF= yes
INSTALLS_ICONS= yes
GNU_CONFIGURE= yes
@@ -29,8 +28,8 @@ LDFLAGS+= -L${LOCALBASE}/lib
CFLAGS+= -DHAVE_SOCKADDR_SA_LEN
post-install:
- ${MKDIR} ${PREFIX}/share/pixmaps
- ${LN} -sf ${PREFIX}/share/gnome-nettool/pixmaps/gnome-nettool.png \
- ${PREFIX}/share/pixmaps/gnome-nettool.png
+ ${MKDIR} ${STAGEDIR}${PREFIX}/share/pixmaps
+ ${LN} -sf ${STAGEDIR}${PREFIX}/share/gnome-nettool/pixmaps/gnome-nettool.png \
+ ${STAGEDIR}${PREFIX}/share/pixmaps/gnome-nettool.png
.include <bsd.port.mk>