diff options
Diffstat (limited to 'archivers/star/Makefile')
-rw-r--r-- | archivers/star/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/archivers/star/Makefile b/archivers/star/Makefile index 469a7a392f67..be3d3e77dbca 100644 --- a/archivers/star/Makefile +++ b/archivers/star/Makefile @@ -3,13 +3,16 @@ # Date created: Thu May 1 20:28:44 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.1.1.1 1997/05/03 10:16:32 andreas Exp $ +# $Id: Makefile,v 1.2 1997/05/07 02:03:58 asami Exp $ # DISTNAME= star-1.0 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.fokus.gmd.de/pub/unix/star/ +PATCH_SITES= ${MASTER_SITES} +PATCHFILES= star-1.0.patch-1 star-1.0.patch-2 + MAINTAINER= andreas@FreeBSD.org USE_GMAKE= yes |