diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-12-08 09:48:59 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-12-08 09:48:59 +0000 |
commit | bb7e210560ffaee1907518612e025737e2560407 (patch) | |
tree | a873efd2d97ed0c2c49899aa945b9139ab81e50e /net/dgd-net | |
parent | Now upto PL-19. (diff) |
Enclose the reason string for NO_CDROM, NO_PACKAGE, RESTRICTED and BROKEN
in double-quotes.
Notes
Notes:
svn path=/head/; revision=4891
Diffstat (limited to 'net/dgd-net')
-rw-r--r-- | net/dgd-net/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/dgd-net/Makefile b/net/dgd-net/Makefile index c46e718e344d..3d5004a09c7a 100644 --- a/net/dgd-net/Makefile +++ b/net/dgd-net/Makefile @@ -3,7 +3,7 @@ # Date created: 17 June 1996 # Whom: adam # -# $Id: Makefile,v 1.12 1996/11/06 17:00:46 adam Exp $ +# $Id: Makefile,v 1.13 1996/11/13 15:18:23 adam Exp $ # DISTNAME= dgd-net-1.0.93 @@ -20,8 +20,8 @@ PATCHFILES= 1.0.91-1.0.92.gz \ MAINTAINER= adam@veda.is -NO_CDROM= no distribution to corporate environment -RESTRICTED= license required for commercial use +NO_CDROM= "no distribution to corporate environment" +RESTRICTED= "license required for commercial use" DIST_SUBDIR= dgd WRKSRC= ${WRKDIR}/dgd/src |