Add STAGEDIR support.

This commit is contained in:
Hiroki Sato 2013-10-17 06:46:19 +00:00
parent fcca7192f2
commit a37cbe65e0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330612

View File

@ -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>