diff options
author | asami <asami@FreeBSD.org> | 1998-03-03 17:32:00 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-03-03 17:32:00 +0800 |
commit | ec63924f76525018b57184081b52088c697c7c02 (patch) | |
tree | ce011c77a6333f3a8507bb3c7fe53ad5953921c5 /misc/amanda32-server | |
parent | 0b8263924182aa1e9e4a008fee7bd9ef0c7567f4 (diff) | |
download | freebsd-ports-gnome-ec63924f76525018b57184081b52088c697c7c02.tar.gz freebsd-ports-gnome-ec63924f76525018b57184081b52088c697c7c02.tar.zst freebsd-ports-gnome-ec63924f76525018b57184081b52088c697c7c02.zip |
Add PKGNAME, DISTNAME had two version parts separated by a "-".
Diffstat (limited to 'misc/amanda32-server')
-rw-r--r-- | misc/amanda32-server/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/amanda32-server/Makefile b/misc/amanda32-server/Makefile index 936e3a18b8d3..7bbb6a0d0ac5 100644 --- a/misc/amanda32-server/Makefile +++ b/misc/amanda32-server/Makefile @@ -3,10 +3,11 @@ # Date created: 28th Feb 1995 # Whom: gpalmer # -# $Id: Makefile,v 1.11 1998/02/25 09:47:25 asami Exp $ +# $Id: Makefile,v 1.12 1998/03/02 16:09:29 cwt Exp $ # DISTNAME= amanda-2.4.0-980222 +PKGNAME= amanda-2.4.0.980222 CATEGORIES= misc MASTER_SITES= ftp://ftp.amanda.org/pub/amanda/ |