diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-13 19:19:05 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-13 19:19:05 +0000 |
commit | fe5426321afa29e8e557931a88fc18b5028ba6f8 (patch) | |
tree | e6d2be6ded13e95e962877648d4188b2b5aaffcf /palm/malsync | |
parent | ace86ed3bb577fdc21baa273aed749b14cf37e11 (diff) |
Notes
Diffstat (limited to 'palm/malsync')
-rw-r--r-- | palm/malsync/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/palm/malsync/Makefile b/palm/malsync/Makefile index 5b9989879e63..de90140e1227 100644 --- a/palm/malsync/Makefile +++ b/palm/malsync/Makefile @@ -1,16 +1,16 @@ # ports collection makefile for: malsync -# Version required: 1.8 # Date created: Tue Feb 22 00:06:07 CET 2000 # Whom: Dirk Froemberg <dirk@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= malsync_src_1_8 -PKGNAME= malsync-1.8 +PORTNAME= malsync +PORTVERSION= 1.8 CATEGORIES= palm MASTER_SITES= http://www.tomw.org/ \ http://people.FreeBSD.org/~dirk/ports/distfiles/ +DISTNAME= malsync_src_1_8 MAINTAINER= dirk@FreeBSD.org |