svn commit: r330612 - head/net/sup

Hiroki Sato hrs at FreeBSD.org
Thu Oct 17 06:46:19 UTC 2013


Author: hrs
Date: Thu Oct 17 06:46:19 2013
New Revision: 330612
URL: http://svnweb.freebsd.org/changeset/ports/330612

Log:
  Add STAGEDIR support.

Modified:
  head/net/sup/Makefile

Modified: head/net/sup/Makefile
==============================================================================
--- head/net/sup/Makefile	Thu Oct 17 06:45:47 2013	(r330611)
+++ head/net/sup/Makefile	Thu Oct 17 06:46:19 2013	(r330612)
@@ -4,17 +4,13 @@
 PORTNAME=	sup
 PORTVERSION=	2.0.20060802
 CATEGORIES=	net
-MASTER_SITES=	${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR=	hrs
+MASTER_SITES=	LOCAL/hrs
 
 MAINTAINER=	hrs at FreeBSD.org
 COMMENT=	CMU's Software Update Protocol package
 
-PLIST_FILES=	bin/sup bin/supfilesrv bin/supscan
-MAN1=		sup.1
-MAN8=		supservers.8
-MLINKS=		supservers.8 supfilesrv.8 \
-		supservers.8 supscan.8
+PLIST_FILES=	bin/sup bin/supfilesrv bin/supscan \
+		man/man1/sup.1.gz man/man8/supfilesrv.8.gz \
+		man/man8/supscan.8.gz man/man8/supservers.8.gz
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list