1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Minor last-minute changes missed in recent previous commits.

This commit is contained in:
Alexey Dokuchaev 2013-08-09 14:29:39 +00:00
parent 20dac3659e
commit 60ef4233ed
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324440
3 changed files with 4 additions and 3 deletions

View File

@ -4,7 +4,7 @@
PORTNAME= quake2lnx
PORTVERSION= 0.16.2
PORTREVISION= 11
CATEGORIES= games ipv6
CATEGORIES= games
MASTER_SITES= http://offload1.icculus.org/quake2/files/
DISTNAME= quake2-r${PORTVERSION}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
@ -177,6 +177,7 @@ MAKE_ARGS+= BUILD_REDBLUE=YES
.endif
.if ${PORT_OPTIONS:MIPV6}
CATEGORIES+= ipv6
MAKE_ARGS+= HAVE_IPV6=YES
.endif

View File

@ -85,7 +85,7 @@ post-install:
.endif
.if !defined(NOPORTEXAMPLES)
@${MKDIR} ${EXAMPLESDIR}
(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${EXAMPLESDIR})
(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR})
.endif
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}

View File

@ -88,7 +88,7 @@ PORTEXAMPLES= *
post-install:
.if !defined(NOPORTEXAMPLES)
@${MKDIR} ${EXAMPLESDIR}
(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR})
(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR})
.endif
.endif