summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2013-10-17 06:46:19 +0000
committerHiroki Sato <hrs@FreeBSD.org>2013-10-17 06:46:19 +0000
commita37cbe65e030f34e5c51d3544f5c060834765ae5 (patch)
tree0a4caa9a41edc40ea51b5b30843ad3d06480da36 /net
parentAdd a mirror for the distfile (diff)
Add STAGEDIR support.
Notes
Notes: svn path=/head/; revision=330612
Diffstat (limited to 'net')
-rw-r--r--net/sup/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/net/sup/Makefile b/net/sup/Makefile
index ce58dee60db0..8d20757c39cc 100644
--- a/net/sup/Makefile
+++ b/net/sup/Makefile
@@ -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@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>