aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2006-07-14 11:54:50 +0000
committerPeter Pentchev <roam@FreeBSD.org>2006-07-14 11:54:50 +0000
commit1fe1a6db76612edbe9b162d729a1dab97a041a04 (patch)
tree01c4b07d705e1343429c2e0ad54913e27c084ca3 /textproc
parent95bfaae04c8ce23de76b03425c1c61defb7db968 (diff)
downloadports-1fe1a6db76612edbe9b162d729a1dab97a041a04.tar.gz
ports-1fe1a6db76612edbe9b162d729a1dab97a041a04.zip
USE_DOS2UNIX for the s5-blank template and other files. To make this work
with the somewhat weird s5-blank.zip rebuild process, move the "build" actions to post-extract, as per the PR. PR: 96306 Submitted by: delphij
Notes
Notes: svn path=/head/; revision=167785
Diffstat (limited to 'textproc')
-rw-r--r--textproc/s5/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/s5/Makefile b/textproc/s5/Makefile
index 5888f9c084d1..5070e9904b06 100644
--- a/textproc/s5/Makefile
+++ b/textproc/s5/Makefile
@@ -7,6 +7,7 @@
PORTNAME= s5
PORTVERSION= 1.1
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://www.meyerweb.com/eric/tools/s5/v/${PORTVERSION}/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g}
@@ -16,13 +17,15 @@ COMMENT= A simple HTML-based presentation system
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
+USE_DOS2UNIX= yes
USE_ZIP= yes
WRKSRC= ${WRKDIR}
+NO_BUILD= yes
S5_DIR= ${PREFIX}/share/${PORTNAME}
S5_SUBDIRS= pix primer s5-blank ui
-do-build:
+post-extract:
cd ${WRKSRC} && ${UNZIP_CMD} s5-blank.zip
${SED} -e "s,/usr/local,${PREFIX}," ${FILESDIR}/s5-blank.sh > ${WRKDIR}/s5-blank.sh
${FIND} ${WRKDIR} -type f -name .DS_Store -delete