aboutsummaryrefslogtreecommitdiff
path: root/sysutils/bkpupsd/Makefile
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>2000-04-09 19:09:11 +0000
committerChris Piazza <cpiazza@FreeBSD.org>2000-04-09 19:09:11 +0000
commitf9bfad56c5f20f68338e2cd89769300e0d3e42cc (patch)
tree939b7187cbedd4a8cc92e43d8959ad5eee2b1e23 /sysutils/bkpupsd/Makefile
parent3df86a88a9d1a500b60debaa4e14f97e500a96c1 (diff)
downloadports-f9bfad56c5f20f68338e2cd89769300e0d3e42cc.tar.gz
ports-f9bfad56c5f20f68338e2cd89769300e0d3e42cc.zip
Update with the new PORTNAME/PORTVERSION variable
Notes
Notes: svn path=/head/; revision=27427
Diffstat (limited to 'sysutils/bkpupsd/Makefile')
-rw-r--r--sysutils/bkpupsd/Makefile13
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>