diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 19:09:11 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 19:09:11 +0000 |
commit | f9bfad56c5f20f68338e2cd89769300e0d3e42cc (patch) | |
tree | 939b7187cbedd4a8cc92e43d8959ad5eee2b1e23 /sysutils/bkpupsd | |
parent | 3df86a88a9d1a500b60debaa4e14f97e500a96c1 (diff) | |
download | ports-f9bfad56c5f20f68338e2cd89769300e0d3e42cc.tar.gz ports-f9bfad56c5f20f68338e2cd89769300e0d3e42cc.zip |
Notes
Diffstat (limited to 'sysutils/bkpupsd')
-rw-r--r-- | sysutils/bkpupsd/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/sysutils/bkpupsd/Makefile b/sysutils/bkpupsd/Makefile index 2e7515e8b993..4f565bed3314 100644 --- a/sysutils/bkpupsd/Makefile +++ b/sysutils/bkpupsd/Makefile @@ -1,18 +1,17 @@ # New ports collection makefile for: bkpupsd -# Version required: 1.0 # Date created: 26 May 1995 # Whom: Yoshifumi Watanabe <mwatts@edu1.tokyo-med.ac.jp> # # $FreeBSD$ # -DISTNAME= bkpupsd-1.0a -PKGNAME= bkpupsd-1.0 -CATEGORIES= sysutils -MASTER_SITES= ftp://edu1.tokyo-med.ac.jp/pub/contrib/bkpupsd/ +PORTNAME= bkpupsd +PORTVERSION= 1.0a +CATEGORIES= sysutils +MASTER_SITES= ftp://edu1.tokyo-med.ac.jp/pub/contrib/bkpupsd/ -MAINTAINER= mwatts@edu1.tokyo-med.ac.jp +MAINTAINER= mwatts@edu1.tokyo-med.ac.jp -MAN8= bkpupsd.8 +MAN8= bkpupsd.8 .include <bsd.port.mk> |