aboutsummaryrefslogtreecommitdiff
path: root/dev/util/cvsps/cvsps-2.1.diff
diff options
context:
space:
mode:
authorrhatto <rhatto@18ef50b8-d735-4ccd-97c1-689132df3dd9>2010-02-15 16:53:27 +0000
committerrhatto <rhatto@18ef50b8-d735-4ccd-97c1-689132df3dd9>2010-02-15 16:53:27 +0000
commit8b467a02813721adf6c9171ee98f9980a0ee2762 (patch)
tree2aa384b8b6f2f334ece862c7c6a493e726490b2d /dev/util/cvsps/cvsps-2.1.diff
parentfc61cf448253d5a15b9b2149e324393f720d11d9 (diff)
downloadmkbuilds-8b467a02813721adf6c9171ee98f9980a0ee2762.tar.gz
mkbuilds-8b467a02813721adf6c9171ee98f9980a0ee2762.tar.bz2
cvsps: adding cvsps
git-svn-id: svn+slack://slack.fluxo.info/var/svn/mkbuilds@539 18ef50b8-d735-4ccd-97c1-689132df3dd9
Diffstat (limited to 'dev/util/cvsps/cvsps-2.1.diff')
-rw-r--r--dev/util/cvsps/cvsps-2.1.diff18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev/util/cvsps/cvsps-2.1.diff b/dev/util/cvsps/cvsps-2.1.diff
new file mode 100644
index 0000000..756ae79
--- /dev/null
+++ b/dev/util/cvsps/cvsps-2.1.diff
@@ -0,0 +1,18 @@
+diff -Naur cvsps-2.1.orig/Makefile cvsps-2.1/Makefile
+--- cvsps-2.1.orig/Makefile 2005-05-26 00:39:40.000000000 -0300
++++ cvsps-2.1/Makefile 2010-02-15 14:47:16.000000000 -0200
+@@ -24,10 +24,10 @@
+ $(CC) -o cvsps $(OBJS) -lz
+
+ install:
+- [ -d $(prefix)/bin ] || mkdir -p $(prefix)/bin
+- [ -d $(prefix)/share/man/man1 ] || mkdir -p $(prefix)/share/man/man1
+- install cvsps $(prefix)/bin
+- install -m 644 cvsps.1 $(prefix)/share/man/man1
++ [ -d $(DESTDIR)/$(prefix)/bin ] || mkdir -p $(DESTDIR)/$(prefix)/bin
++ [ -d $(DESTDIR)/$(prefix)/share/man/man1 ] || mkdir -p $(DESTDIR)/$(prefix)/share/man/man1
++ install cvsps $(DESTDIR)/$(prefix)/bin
++ install -m 644 cvsps.1 $(DESTDIR)/$(prefix)/share/man/man1
+
+ clean:
+ rm -f cvsps *.o cbtcommon/*.o core