citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit e6b9bc162ee46b1e50bd376338580ed53b20cdbe
parent d3ede4560e7f548d15db8ed737ac62041b316c94
Author: kyle <kyle@getaddrinfo.net>
Date:   Sat,  2 Apr 2016 15:54:22 -0600

pkg: use PORTSDIR

Diffstat:
Mpkg/package.sh | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/pkg/package.sh b/pkg/package.sh @@ -25,9 +25,11 @@ if [ "`uname`" == "OpenBSD" ]; then rm -rf ports/devel/citrun cp -R openbsd ports/devel/citrun + mkdir -p ports/distfiles + mv citrun-$ver.tar.gz ports/distfiles/ + echo creating package from citrun-$ver.tar.gz - export PORTSDIR_PATH=`pwd`/ports - export DISTDIR=`pwd` + export PORTSDIR=`pwd`/ports # Disable tarball checksumming. export NO_CHECKSUM=1 make -C ports/devel/citrun clean=all