summaryrefslogtreecommitdiff
path: root/devel/patch
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-04-11 21:30:15 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-04-11 21:30:15 +0000
commited33fb7de058a6d91ae1c86c9dda42a1a2508b54 (patch)
treebb126f7f4deabe676254cb651c5b8a780976235f /devel/patch
parentFix (diff)
PORTNAME/PORTVERSION update
Notes
Notes: svn path=/head/; revision=27452
Diffstat (limited to 'devel/patch')
-rw-r--r--devel/patch/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/patch/Makefile b/devel/patch/Makefile
index 73edb9bee134..ed11ac80c2fa 100644
--- a/devel/patch/Makefile
+++ b/devel/patch/Makefile
@@ -1,20 +1,20 @@
# New ports collection makefile for: patch
-# Version required: 2.5
# Date created: 21 Jan 1998
# Whom: ache
#
# $FreeBSD$
#
-DISTNAME= patch-2.5
+PORTNAME= patch
+PORTVERSION= 2.5
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= patch
-MAINTAINER= ache@FreeBSD.org
+MAINTAINER= ache@FreeBSD.org
GNU_CONFIGURE= yes
-MAN1= patch.1
+MAN1= patch.1
.include <bsd.port.mk>