mirror of
https://github.com/vale981/spectrwm
synced 2025-03-05 09:51:38 -05:00
make port work
This commit is contained in:
parent
ea1edcdfb2
commit
57ba046c50
2 changed files with 4 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/01/28 13:20:23 pyr Exp $
|
||||
@comment $OpenBSD$
|
||||
%%SHARED%%
|
||||
@bin bin/scrotwm
|
||||
@man man/cat1/scrotwm.0
|
||||
|
@ -6,7 +6,6 @@
|
|||
@man man/cat1/scrotwm_it.0
|
||||
share/examples/scrotwm/
|
||||
share/examples/scrotwm/scrotwm.conf
|
||||
@sample ${SYSCONFDIR}/scrotwm.conf
|
||||
share/scrotwm/
|
||||
share/scrotwm/baraction.sh
|
||||
share/scrotwm/initscreen.sh
|
||||
|
|
|
@ -35,6 +35,8 @@ done
|
|||
tar zcf $TARGET.tgz $TARGET
|
||||
|
||||
# make port
|
||||
sudo rm -rf ports
|
||||
sudo cvs -d /cvs co ports/x11/scrotwm
|
||||
PORT="$PREFIX$1-port"
|
||||
mkdir $PORT
|
||||
|
||||
|
@ -60,4 +62,4 @@ cp port/patches/patch-scrotwm_c $PORT/patches/
|
|||
cp port/patches/patch-scrotwm_conf $PORT/patches/
|
||||
|
||||
# make diff
|
||||
diff -ruNp -x CVS /usr/ports/x11/scrotwm/ $PORT > $TARGET.diff
|
||||
diff -ruNp -x CVS ports/x11/scrotwm/ $PORT > $TARGET.diff
|
||||
|
|
Loading…
Add table
Reference in a new issue