From: Marco Peereboom Date: Wed, 14 Oct 2009 16:37:17 +0000 (+0000) Subject: Take port ownership X-Git-Tag: SCROTWM_0_9_30~122 X-Git-Url: https://code.delx.au/spectrwm/commitdiff_plain/d5224075141e023d53fdede00c48293f9b88c080 Take port ownership --- diff --git a/port/Makefile b/port/Makefile index 02432c7..29fac81 100644 --- a/port/Makefile +++ b/port/Makefile @@ -9,7 +9,7 @@ EXTRACT_SUFX= .tgz CATEGORIES= x11 HOMEPAGE= http://www.scrotwm.org/ -MAINTAINER= Pierre-Yves Ritschard +MAINTAINER= Marco Peereboom # BSD PERMIT_PACKAGE_CDROM= Yes diff --git a/release.sh b/release.sh index 82909b3..d7e264b 100644 --- a/release.sh +++ b/release.sh @@ -63,3 +63,6 @@ cp port/patches/patch-scrotwm_conf $PORT/patches/ # make diff diff -ruNp -x CVS ports/x11/scrotwm/ $PORT > $TARGET.diff + +# kill ports dir or cvs will be angry +sudo rm -rf ports