diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 17:33:32 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 17:33:32 +0000 |
commit | f39d3f29e6126cdc0a2f27d2b70c8d6667774330 (patch) | |
tree | ab2f44c93df74a3fd0f6c30b0eac92355922e845 /news/unpost | |
parent | 59df8af48ea44d533d5de8118602cc174bda92da (diff) |
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27420
Diffstat (limited to 'news/unpost')
-rw-r--r-- | news/unpost/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/unpost/Makefile b/news/unpost/Makefile index 1a5c00bbc071..c60c48f5f5a9 100644 --- a/news/unpost/Makefile +++ b/news/unpost/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: unpoost -# Version required: 2.3.4 # Date created: 14 october 1997 # Whom: volf@oasis.IAEhv.nl # # $FreeBSD$ # -DISTNAME= unpost-2.3.4 +PORTNAME= unpost +PORTVERSION= 2.3.4 CATEGORIES= news MASTER_SITES= http://people.FreeBSD.org/~steve/distfiles/ |