diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2013-10-17 06:46:19 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2013-10-17 06:46:19 +0000 |
commit | a37cbe65e030f34e5c51d3544f5c060834765ae5 (patch) | |
tree | 0a4caa9a41edc40ea51b5b30843ad3d06480da36 /net/sup/Makefile | |
parent | fcca7192f25f7d716a566c8cccc630b61e8b016c (diff) | |
download | ports-a37cbe65e030f34e5c51d3544f5c060834765ae5.tar.gz ports-a37cbe65e030f34e5c51d3544f5c060834765ae5.zip |
Notes
Diffstat (limited to 'net/sup/Makefile')
-rw-r--r-- | net/sup/Makefile | 12 |
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> |