diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-11-16 16:17:28 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-11-16 16:17:28 +0000 |
commit | f02fd0fdf05b886ad5f0f969923bea2efc919e23 (patch) | |
tree | a050ce8c53c1ec049c8a60ae444821e6d3b90bae /graphics/cenon | |
parent | ef26a74dd1c2e0e3adf6941b1f1e5235bc49312e (diff) | |
download | ports-f02fd0fdf05b886ad5f0f969923bea2efc919e23.tar.gz ports-f02fd0fdf05b886ad5f0f969923bea2efc919e23.zip |
Notes
Diffstat (limited to 'graphics/cenon')
-rw-r--r-- | graphics/cenon/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/cenon/Makefile b/graphics/cenon/Makefile index 1e1958548f70..b106cb30b702 100644 --- a/graphics/cenon/Makefile +++ b/graphics/cenon/Makefile @@ -50,9 +50,9 @@ post-install: .if defined(WITH_FULL_LIBRARY) ${TAR} xyvf ${_DISTDIR}/CenonLibrary-${PORTVERSION}-1${EXTRACT_SUFX} \ -C ${PREFIX}/Local/Library --exclude COPYING - ${CHOWN} -R root:wheel ${PREFIX}/Local/Library/Cenon - ${CHMOD} -R u=rwX,go=rX ${PREFIX}/Local/Library/Cenon - ${CHMOD} 444 ${PREFIX}/Local/Library/Cenon/INSTALL + @${CHOWN} -R root:wheel ${PREFIX}/Local/Library/Cenon + @${CHMOD} -R u=rwX,go=rX ${PREFIX}/Local/Library/Cenon + @${CHMOD} 444 ${PREFIX}/Local/Library/Cenon/INSTALL ${INSTALL_DATA} ${WRKSRC}/Library/Cenon/README ${PREFIX}/Local/Library/Cenon .else ${CP} -R ${WRKSRC}/Library/Cenon ${PREFIX}/Local/Library |