diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-08-19 17:34:48 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-08-19 17:34:48 +0800 |
commit | 712d710b2ad0c0f25995069d2154085ecf3655f7 (patch) | |
tree | e0b4b8e992b19d3582888bda4ee7140bdcea86ee /graphics | |
parent | 82efede8dc0a85f5b44cd10601e1df3bc34c32f1 (diff) | |
download | freebsd-ports-gnome-712d710b2ad0c0f25995069d2154085ecf3655f7.tar.gz freebsd-ports-gnome-712d710b2ad0c0f25995069d2154085ecf3655f7.tar.zst freebsd-ports-gnome-712d710b2ad0c0f25995069d2154085ecf3655f7.zip |
- Update maintainer section: change permission
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/dcraw/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/dcraw/Makefile b/graphics/dcraw/Makefile index e85fddc96af8..dfc377c2bc31 100644 --- a/graphics/dcraw/Makefile +++ b/graphics/dcraw/Makefile @@ -42,8 +42,8 @@ maketar: do-clean extract ${FETCH_CMD} -o ${MS_WRKSRC}/${file} ${MS_MASTER_SITE}${file} .endfor ${GREP} '^#define DCRAW_VERSION' ${MS_WRKSRC}/dcraw.c | cut -d'"' -f2 > ${MS_VERSIONFILE} - ${MKDIR} ${MS_WRKSRC}/${PORTNAME}-${MS_VERSION}/ - cd ${MS_WRKSRC}/ && ${MV} ${MS_DISTFILES} ${PORTNAME}-${MS_VERSION}/ + ${MKDIR} -m 755 ${MS_WRKSRC}/${PORTNAME}-${MS_VERSION}/ + cd ${MS_WRKSRC}/ && ${CHMOD} 644 ${MS_DISTFILES} && ${MV} ${MS_DISTFILES} ${PORTNAME}-${MS_VERSION}/ (${DIFF} -u ${WRKSRC}/${PORTNAME}.c ${MS_WRKSRC}/${PORTNAME}-${MS_VERSION}/${PORTNAME}.c > ${MS_DIFF}) || ${TRUE} if [ -s ${MS_DIFF} ]; then \ cd ${MS_WRKSRC}/ && ${TAR} -Jcf ${PORTNAME}-${MS_VERSION}.tar.xz ${PORTNAME}-${MS_VERSION}/; \ |