diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1999-06-05 15:31:30 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1999-06-05 15:31:30 +0000 |
commit | 0f8f3c89884670b0273cc6b63199d005b65c9282 (patch) | |
tree | b2a94b634780f3159bc31cdd96ad5b3a4df19751 /archivers | |
parent | Upgrade webmin from 0.71 to 0.72 (diff) |
added NO_PACKAGE=ignores cflags
Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de>
Notes
Notes:
svn path=/head/; revision=19216
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/star-devel/Makefile | 3 | ||||
-rw-r--r-- | archivers/star/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/archivers/star-devel/Makefile b/archivers/star-devel/Makefile index 4109f941ec35..645b02590344 100644 --- a/archivers/star-devel/Makefile +++ b/archivers/star-devel/Makefile @@ -3,7 +3,7 @@ # Date created: Thu May 1 20:28:44 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.7 1998/12/24 13:15:23 dirk Exp $ +# $Id: Makefile,v 1.8 1999/05/31 05:08:06 steve Exp $ # DISTNAME= star-1.2 @@ -14,6 +14,7 @@ MASTER_SITE_SUBDIR= utils/compress MAINTAINER= andreas@FreeBSD.ORG +NO_PACKAGE= ignores cflags USE_GMAKE= yes MAKE_ENV= MAKEPROG=gmake MAN1= star.1 diff --git a/archivers/star/Makefile b/archivers/star/Makefile index 4109f941ec35..645b02590344 100644 --- a/archivers/star/Makefile +++ b/archivers/star/Makefile @@ -3,7 +3,7 @@ # Date created: Thu May 1 20:28:44 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.7 1998/12/24 13:15:23 dirk Exp $ +# $Id: Makefile,v 1.8 1999/05/31 05:08:06 steve Exp $ # DISTNAME= star-1.2 @@ -14,6 +14,7 @@ MASTER_SITE_SUBDIR= utils/compress MAINTAINER= andreas@FreeBSD.ORG +NO_PACKAGE= ignores cflags USE_GMAKE= yes MAKE_ENV= MAKEPROG=gmake MAN1= star.1 |