diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-31 07:09:24 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-31 07:09:24 +0800 |
commit | 8350bf809c3947393ef0ede7b616ef489de79606 (patch) | |
tree | da7b3e5b0d7d95967eb096484d74d48d57ebcf02 /benchmarks/thrulay | |
parent | 216ddc419baa671bdc18a793418729537600d99b (diff) | |
download | freebsd-ports-gnome-8350bf809c3947393ef0ede7b616ef489de79606.tar.gz freebsd-ports-gnome-8350bf809c3947393ef0ede7b616ef489de79606.tar.zst freebsd-ports-gnome-8350bf809c3947393ef0ede7b616ef489de79606.zip |
Convert benchmarks from USE_GMAKE to USES=gmake
While here:
- Trim headers
- convert some port to the new perl5 world
Diffstat (limited to 'benchmarks/thrulay')
-rw-r--r-- | benchmarks/thrulay/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/benchmarks/thrulay/Makefile b/benchmarks/thrulay/Makefile index 4d5da2112842..a2f5675d5100 100644 --- a/benchmarks/thrulay/Makefile +++ b/benchmarks/thrulay/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: thrulay -# Date created: 2005-10-19 -# Whom: shalunov -# +# Created by: shalunov # $FreeBSD$ PORTNAME= thrulay @@ -17,7 +14,7 @@ MAN1= thrulay.1 MAN8= thrulayd.8 MANCOMPRESSED= no HAS_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake USE_LDCONFIG= yes USE_RC_SUBR= thrulayd SUB_FILES= thrulayd |