aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/vmtouch/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/vmtouch/Makefile')
-rw-r--r--sysutils/vmtouch/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/sysutils/vmtouch/Makefile b/sysutils/vmtouch/Makefile
index 0a3ac4663ec1..8ef5e5afed61 100644
--- a/sysutils/vmtouch/Makefile
+++ b/sysutils/vmtouch/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= vmtouch
-PORTVERSION= 0.8.0
+PORTVERSION= 1.0.2
DISTVERSIONPREFIX= ${PORTNAME}-
CATEGORIES= sysutils
@@ -12,12 +12,11 @@ COMMENT= Virtual Memory Toucher
USE_GITHUB= yes
GH_ACCOUNT= hoytech
+USE_PERL5= build # pod2man
+
PLIST_FILES= bin/vmtouch \
man/man8/vmtouch.8.gz
-do-build:
- ${CC} ${CFLAGS} -o ${WRKSRC}/vmtouch ${WRKSRC}/vmtouch.c
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/vmtouch ${STAGEDIR}${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/vmtouch.8 ${STAGEDIR}${PREFIX}/man/man8