1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Convert to optionsng

Trim headers
This commit is contained in:
Baptiste Daroussin 2012-12-31 12:39:10 +00:00
parent 0532f58100
commit ffd86e3210
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309729
2 changed files with 5 additions and 8 deletions

View File

@ -1,10 +1,5 @@
# ex:ts=8
# Ports collection makefile for: xsw
# Date created: 17 Mar 2010
# Whom: corky1951@comcast.net
#
# Created by: corky1951@comcast.net
# $FreeBSD$
#
PORTNAME= xsw
PORTVERSION= 0.3.5
@ -41,12 +36,14 @@ DOCS= AUTHORS \
TODO \
doc/xsw.vim
.include <bsd.port.options.mk>
do-install:
(cd ${WRKSRC}/src && ${SETENV} ${MAKE_ENV} \
${MAKE} ${MAKE_FLAGS} ${MAKEFILE} install)
(cd ${WRKSRC}/data && ${SETENV} ${MAKE_ENV} \
${MAKE} ${MAKE_FLAGS} ${MAKEFILE} install)
.if !defined(NOPORTDOCS)
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
.for f in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/$f ${DOCSDIR}

View File

@ -7,4 +7,4 @@ An example xsw file is:
- "Hello" x:50 y:30 align:center
+ "World!"
WWW: http://code.google.com/p/xsw/
WWW: http://code.google.com/p/xsw/