diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2017-01-18 13:20:31 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2017-01-18 13:20:31 +0000 |
commit | 02f27a83b44d4566fd409edc60570ac0734eb63e (patch) | |
tree | 62d2805fd9c9c4285034b54a2ccb3f498f302811 /games/openbor | |
parent | bddf1289efd81317364118eb60cdc28cc766c3c2 (diff) | |
download | ports-02f27a83b44d4566fd409edc60570ac0734eb63e.tar.gz ports-02f27a83b44d4566fd409edc60570ac0734eb63e.zip |
Notes
Diffstat (limited to 'games/openbor')
-rw-r--r-- | games/openbor/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games/openbor/Makefile b/games/openbor/Makefile index 6a3c61f0a209..7a3c8b6cb325 100644 --- a/games/openbor/Makefile +++ b/games/openbor/Makefile @@ -52,15 +52,14 @@ TREMOR_LIB_DEPENDS= libvorbisidec.so:audio/libtremor TREMOR_MAKE_ARGS= BUILD_TREMOR=1 BUILD_VORBIS="" TREMOR_LIB_DEPENDS_OFF= libvorbisfile.so:audio/libvorbis +.include <bsd.port.options.mk> + # # To update snapshot: make makesum BOOTSTRAP= # Specific snapshot: make makesum SVN_FETCH= PORTVERSION=1.0.r1234 # .if defined(BOOTSTRAP) -# XXX SED and _MASTER_SITES_svn aren't defined yet -SED?= /usr/bin/sed -SVN_REV!= ${SETENV} LC_ALL=C svn info \ - ${MASTER_SITES:M*\:svn:S/:svn//} | \ +SVN_REV!= svn info ${MASTER_SITES:M*\:svn:S/:svn//} | \ ${SED} -n 's/^Last Changed Rev: //p' PORTVERSION:= ${PORTVERSION:R}.r${SVN_REV} .else |