diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-04 03:57:11 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-04 03:57:11 +0000 |
commit | 85266fdd53277737cd0b066ca8ff88936cda5b22 (patch) | |
tree | f0d07289b8d06637d5c8a18c016a84c62a9799ae /sysutils | |
parent | b689f50b01e14e28bb344fa952dcdd738a087770 (diff) | |
download | ports-85266fdd53277737cd0b066ca8ff88936cda5b22.tar.gz ports-85266fdd53277737cd0b066ca8ff88936cda5b22.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/asmon/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sysutils/asmon/Makefile b/sysutils/asmon/Makefile index ea4ca6b69b9f..296fe1a34f55 100644 --- a/sysutils/asmon/Makefile +++ b/sysutils/asmon/Makefile @@ -3,7 +3,7 @@ PORTNAME= asmon PORTVERSION= 0.61 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils afterstep MASTER_SITES= ${MASTER_SITE_AFTERSTEP} MASTER_SITE_SUBDIR= apps/asmon @@ -11,6 +11,8 @@ MASTER_SITE_SUBDIR= apps/asmon MAINTAINER= 5u623l20@gmail.com COMMENT= Swallowable applet monitors the CPU usage, memory, and swap, etc +LICENSE= GPLv2 + USE_XORG= xpm x11 BUILD_WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/asmon @@ -23,11 +25,11 @@ MAKE_ARGS+= LIBDIR="-L${LOCALBASE}/lib" \ PLIST_FILES= bin/asmon -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's:gcc:${CC} ${CFLAGS}:' ${BUILD_WRKSRC}/Makefile do-install: - ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g kmem -m 2755 ${WRKSRC}/asmon/asmon ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/asmon/asmon ${STAGEDIR}${PREFIX}/bin + ${CHGRP} kmem ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include <bsd.port.mk> |