summaryrefslogtreecommitdiff
path: root/sysutils/wmmemmon
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-01-03 23:00:46 +0000
committerPatrick Li <pat@FreeBSD.org>2002-01-03 23:00:46 +0000
commit8214fad735fe3e0dfc84c674d6ad39213b8e5dff (patch)
treee007e6ad000f55b52db19670f419ef4705a3780f /sysutils/wmmemmon
parentUpdate to version 1.3.25. (diff)
-Fix typo
-Remove unwanted dependencies
Notes
Notes: svn path=/head/; revision=52545
Diffstat (limited to 'sysutils/wmmemmon')
-rw-r--r--sysutils/wmmemmon/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/sysutils/wmmemmon/Makefile b/sysutils/wmmemmon/Makefile
index f6eaa2a5a22a..aa26730e74fb 100644
--- a/sysutils/wmmemmon/Makefile
+++ b/sysutils/wmmemmon/Makefile
@@ -13,17 +13,17 @@ DISTNAME= WMMemMon-${PORTVERSION}
MAINTAINER= pat@FreeBSD.org
-ONLY_FOR_ARCHS= i386
-WRKSRC= ${WRKDIR}/${DISTNAME}
USE_X_PREFIX= yes
USE_XPM= yes
-USE_AUTOCONF= yes
+GNU_CONFIGURE= yes
-do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/src/wmmemmon ${PREFIX}/bin
+pre-patch:
+ @${PERL} -pi.orig -e 's|WMMwmMon|WMMemMon|' \
+ ${WRKSRC}/src/wmmemmon.c
+
+post-install:
.ifndef(NOPORTDOCS)
- @${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m ${SHAREMODE} \
- ${DOCSDIR}
+ @${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif # !NOPORTDOCS