1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Remove @exec mkdir redundant with @dir

This commit is contained in:
Antoine Brodin 2015-09-26 15:36:20 +00:00
parent 32bdf16b81
commit 6d08944772
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=397988

View File

@ -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)