Date: Sat, 26 Sep 2015 15:36:20 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397988 - head/devel/pear Message-ID: <201509261536.t8QFaKMb037506@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Sep 26 15:36:20 2015 New Revision: 397988 URL: https://svnweb.freebsd.org/changeset/ports/397988 Log: Remove @exec mkdir redundant with @dir Modified: head/devel/pear/bsd.pear.channel.mk Modified: head/devel/pear/bsd.pear.channel.mk ============================================================================== --- head/devel/pear/bsd.pear.channel.mk Sat Sep 26 15:14:38 2015 (r397987) +++ head/devel/pear/bsd.pear.channel.mk Sat Sep 26 15:36:20 2015 (r397988) @@ -18,8 +18,7 @@ PEAR_CHANNEL_ALIAS?= ${PORTNAME} PEAR_CHANNEL_REG?= ${FILESDIR}/${PEAR_CHANNEL_HOST}.reg PLIST_FILES= ${LPEARDIR}/.channels/.alias/${PEAR_CHANNEL_ALIAS}.txt \ - ${LPEARDIR}/.channels/${PEAR_CHANNEL_HOST}.reg \ - "@exec ${MKDIR} %D/${LPEARDIR}/.registry/.channel.${PEAR_CHANNEL_HOST}" + ${LPEARDIR}/.channels/${PEAR_CHANNEL_HOST}.reg PLIST_DIRS= ${LPEARDIR}/.registry/.channel.${PEAR_CHANNEL_HOST} .if !defined(PEAR_CHANNEL_HOST)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509261536.t8QFaKMb037506>