Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Oct 2014 22:51:35 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371945 - head/lang/gforth
Message-ID:  <201410312251.s9VMpZgm013162@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Oct 31 22:51:35 2014
New Revision: 371945
URL: https://svnweb.freebsd.org/changeset/ports/371945
QAT: https://qat.redports.org/buildarchive/r371945/

Log:
  Avoid useless @exec

Modified:
  head/lang/gforth/pkg-plist

Modified: head/lang/gforth/pkg-plist
==============================================================================
--- head/lang/gforth/pkg-plist	Fri Oct 31 22:12:34 2014	(r371944)
+++ head/lang/gforth/pkg-plist	Fri Oct 31 22:51:35 2014	(r371945)
@@ -234,4 +234,4 @@ man/man1/gforth.1.gz
 %%DATADIR%%/%%PORTVERSION%%/wordinfo.fs
 %%DATADIR%%/%%PORTVERSION%%/wordsets.fs
 %%DATADIR%%/%%PORTVERSION%%/xwords.fs
-@exec mkdir -p %D/%%DATADIR%%/site-forth
+@dir %%DATADIR%%/site-forth



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