diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2009-03-24 15:08:17 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2009-03-24 15:08:17 +0000 |
commit | 36daf9d35f5e3f66ed2b9aca4fdce7daa7fed760 (patch) | |
tree | c367c93b09de6d66257134d90442a1575337af5e /sysutils/asmon/Makefile | |
parent | 9ac305ef1b72d245d3d7d39dab981acf2c4b704c (diff) | |
download | ports-36daf9d35f5e3f66ed2b9aca4fdce7daa7fed760.tar.gz ports-36daf9d35f5e3f66ed2b9aca4fdce7daa7fed760.zip |
Notes
Diffstat (limited to 'sysutils/asmon/Makefile')
-rw-r--r-- | sysutils/asmon/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/asmon/Makefile b/sysutils/asmon/Makefile index 188e277a8bf2..9c25df414d66 100644 --- a/sysutils/asmon/Makefile +++ b/sysutils/asmon/Makefile @@ -20,7 +20,7 @@ USE_XORG= xpm x11 BUILD_WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/asmon CFLAGS+= -I${LOCALBASE}/include USE_GMAKE= yes -ALL_TARGET= clean asmon +ALL_TARGET= asmon MAKE_ARGS+= LIBDIR="-L${LOCALBASE}/lib" \ SOLARIS_LIBS=-lkvm @@ -28,6 +28,7 @@ PLIST_FILES= bin/asmon post-patch: ${REINPLACE_CMD} -e 's:gcc:${CC} ${CFLAGS}:' ${BUILD_WRKSRC}/Makefile + ${RM} ${WRKSRC}/wmgeneral/*.o $(BUILD_WRKSRC}/asmon do-install: ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g kmem -m 2755 ${WRKSRC}/asmon/asmon ${PREFIX}/bin |