diff options
author | trociny <trociny@FreeBSD.org> | 2016-01-07 02:20:31 +0800 |
---|---|---|
committer | trociny <trociny@FreeBSD.org> | 2016-01-07 02:20:31 +0800 |
commit | 707dd8d510a71b09b5042179f4c63f192d0f5f9e (patch) | |
tree | ed156c619dbf137c24a5afd66d2049488aefc0c5 /sysutils/vmtouch/Makefile | |
parent | 5525644e8f3fd6f145a1b349f63777d4c742c412 (diff) | |
download | freebsd-ports-gnome-707dd8d510a71b09b5042179f4c63f192d0f5f9e.tar.gz freebsd-ports-gnome-707dd8d510a71b09b5042179f4c63f192d0f5f9e.tar.zst freebsd-ports-gnome-707dd8d510a71b09b5042179f4c63f192d0f5f9e.zip |
Update to 1.0.2
Diffstat (limited to 'sysutils/vmtouch/Makefile')
-rw-r--r-- | sysutils/vmtouch/Makefile | 7 |
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 |