diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 23:09:24 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 23:09:24 +0000 |
commit | f811bf8ec54bdf5c145f71aa36f4abe1eec95678 (patch) | |
tree | da7b3e5b0d7d95967eb096484d74d48d57ebcf02 /benchmarks/thrulay | |
parent | 5163781803124a083a6fdae72fd2235faf64ac0c (diff) | |
download | ports-f811bf8ec54bdf5c145f71aa36f4abe1eec95678.tar.gz ports-f811bf8ec54bdf5c145f71aa36f4abe1eec95678.zip |
Notes
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 |