svn commit: r343551 - head/security/sks/files

John Marino marino at FreeBSD.org
Sun Feb 9 22:33:52 UTC 2014


Author: marino
Date: Sun Feb  9 22:33:52 2014
New Revision: 343551
URL: http://svnweb.freebsd.org/changeset/ports/343551
QAT: https://qat.redports.org/buildarchive/r343551/

Log:
  security/sks: Now actually support stage
  
  This port has been for about a month due to improper staging.
  Fix requires patch on vendor makefile.

Added:
  head/security/sks/files/patch-Makefile   (contents, props changed)

Added: head/security/sks/files/patch-Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/sks/files/patch-Makefile	Sun Feb  9 22:33:52 2014	(r343551)
@@ -0,0 +1,15 @@
+--- Makefile.orig	2012-10-07 19:59:39.000000000 +0000
++++ Makefile
+@@ -126,10 +126,8 @@ keyMerge.cmx: keyMerge.ml
+ # Special targets
+ 
+ install:
+-	mkdir -p $(PREFIX)/bin
+-	install sks_build.sh sks sks_add_mail $(PREFIX)/bin
+-	mkdir -p $(MANDIR)/man8
+-	install sks.8.gz $(MANDIR)/man8
++	install sks_build.sh sks sks_add_mail $(DESTDIR)$(PREFIX)/bin
++	install sks.8.gz $(DESTDIR)$(MANDIR)/man8
+ 
+ install.bc:
+ 	mkdir -p $(PREFIX)/bin


More information about the svn-ports-all mailing list