diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 22:04:57 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 22:04:57 +0000 |
commit | a0cb9ec98b59ded6aa7cb0b3f453902fd3ea72ba (patch) | |
tree | 3ffd72b216e533f037cfc7f06f222ca72e602018 /deskutils/xpostitPlus | |
parent | bcd8ffd9d02ae8abfa24cfffffc4c496a55b29e2 (diff) | |
download | ports-a0cb9ec98b59ded6aa7cb0b3f453902fd3ea72ba.tar.gz ports-a0cb9ec98b59ded6aa7cb0b3f453902fd3ea72ba.zip |
update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27416
Diffstat (limited to 'deskutils/xpostitPlus')
-rw-r--r-- | deskutils/xpostitPlus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/xpostitPlus/Makefile b/deskutils/xpostitPlus/Makefile index e3df3f4957ed..34dcd72c3fde 100644 --- a/deskutils/xpostitPlus/Makefile +++ b/deskutils/xpostitPlus/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: xpostit+ -# Version required: 2.3 # Date created: 26 Sep 1997 # Whom: mi # # $FreeBSD$ # -DISTNAME= XPostitPlus-2.3 +PORTNAME= XPostitPlus +PORTVERSION= 2.3 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= office |