1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

- Move themes to version undepended dir.

This commit is contained in:
Andrey Slusar 2008-03-27 09:24:23 +00:00
parent 97b3b033af
commit a45a4018d6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=209937
2 changed files with 1265 additions and 1264 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= sawfish-themes
PORTVERSION= 0.12
PORTREVISION= 1
CATEGORIES= x11-themes
MASTER_SITES= http://ftp.debian.org/debian/pool/main/s/${PORTNAME}/
DISTNAME= ${PORTNAME}_${PORTVERSION}
@ -28,12 +29,12 @@ DATA_DIRS= 2YearsToNever Anonymous Aquiline BWM Big Blackwindow Bubbles_Exact \
bluefoo gorilla gorillaz mxflat typo
do-install:
@${MKDIR} ${PREFIX}/share/sawfish/1.3/themes
@${MKDIR} ${PREFIX}/share/sawfish/themes
.for d in ${DATA_DIRS}
@${MKDIR} ${PREFIX}/share/sawfish/1.3/themes/${d}
@${MKDIR} ${PREFIX}/share/sawfish/themes/${d}
@cd ${WRKSRC}/${d} && ${FIND} . | \
${CPIO} --quiet -pdm -L -R ${LIBOWN}:${LIBGRP} \
${PREFIX}/share/sawfish/1.3/themes/${d}
${PREFIX}/share/sawfish/themes/${d}
.endfor
.include <bsd.port.mk>

File diff suppressed because it is too large Load Diff