SF.net SVN: gar:[23323] csw/mgar/pkg/k5ping/trunk/Makefile

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Fri Apr 4 09:13:05 CEST 2014


Revision: 23323
          http://sourceforge.net/p/gar/code/23323
Author:   dmichelsen
Date:     2014-04-04 07:13:04 +0000 (Fri, 04 Apr 2014)
Log Message:
-----------
k5ping/trunk: Fix manpage and deps

Modified Paths:
--------------
    csw/mgar/pkg/k5ping/trunk/Makefile

Modified: csw/mgar/pkg/k5ping/trunk/Makefile
===================================================================
--- csw/mgar/pkg/k5ping/trunk/Makefile	2014-04-04 07:03:40 UTC (rev 23322)
+++ csw/mgar/pkg/k5ping/trunk/Makefile	2014-04-04 07:13:04 UTC (rev 23323)
@@ -1,4 +1,4 @@
-NAME = zsh
+NAME = k5ping
 VERSION = 9fb8c5
 GARTYPE = v2
 
@@ -14,7 +14,14 @@
 VENDOR_URL = http://oskt.secure-endpoints.com/k5ping.html
 
 BUILD_DEP_PKGS += CSWlibkrb5-dev
+BUILD_DEP_PKGS += CSWgroff
 
+PACKAGES += CSWk5ping
+SPKG_DESC_CSWk5ping = A test that KDC is performing AS_REQs, TGS_REQs, and krb524
+# PKGFILES is catchall
+RUNTIME_DEP_PKGS_CSWk5ping += CSWlibkrb5-3
+RUNTIME_DEP_PKGS_CSWk5ping += CSWlibcom-err3
+
 # There is no configure
 CONFIGURE_SCRIPTS =
 BUILD_SCRIPTS = custom
@@ -30,5 +37,7 @@
 
 install-custom:
 	ginstall -D -m 0755 $(WORKDIR)/k5ping $(DESTDIR)$(bindir)/k5ping
-	ginstall -D -m 0644 $(WORKDIR)/k5ping.8 $(DESTDIR)$(mandir)/man8/k5ping.8
+	@# The manpage uses special macro packages, preformat for now
+	ginstall -d -m 0755 $(DESTDIR)$(mandir)/cat8
+	$(bindir)/gnroff -man $(WORKDIR)/k5ping.8 >$(DESTDIR)$(mandir)/cat8/k5ping.8
 	@$(MAKECOOKIE)

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list