Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Oct 2019 22:44:24 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514740 - head/sysutils/samesame
Message-ID:  <201910182244.x9IMiObP059035@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Fri Oct 18 22:44:24 2019
New Revision: 514740
URL: https://svnweb.freebsd.org/changeset/ports/514740

Log:
  sysutils/samesame: Spell PROFILER_CONFIGURE_ENABLE correctly

Modified:
  head/sysutils/samesame/Makefile

Modified: head/sysutils/samesame/Makefile
==============================================================================
--- head/sysutils/samesame/Makefile	Fri Oct 18 22:40:08 2019	(r514739)
+++ head/sysutils/samesame/Makefile	Fri Oct 18 22:44:24 2019	(r514740)
@@ -3,7 +3,7 @@
 
 PORTNAME=	samesame
 PORTVERSION=	1.10
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 MASTER_SITES=	http://samesame.kruijff.org/ \
 		LOCAL/dhn
@@ -34,7 +34,7 @@ PROFILER_DESC=			Enables gprof support
 DISK_STORAGE_CONFIGURE_ENABLE=	disk-storage
 LOW_MEMORY_PROFILE_CONFIGURE_ON=	--enable-low-memory-profile --disable-read-onces
 EXPERIMENTAL_CONFIGURE_ENABLE=	experimental fsort #checksums preread
-PROFILE_CONFIGURE_ENABLE=	profiler
+PROFILER_CONFIGURE_ENABLE=	profiler
 DEBUG_CONFIGURE_ENABLE=		debug
 
 .include <bsd.port.options.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910182244.x9IMiObP059035>