pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/dvidvi Set RESTRICTED and derive NO_* from that ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/98ac2d2f8543
branches:  trunk
changeset: 546853:98ac2d2f8543
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Sep 08 14:25:49 2008 +0000

description:
Set RESTRICTED and derive NO_* from that as documented.

diffstat:

 print/dvidvi/Makefile |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r b5a853cfc0a2 -r 98ac2d2f8543 print/dvidvi/Makefile
--- a/print/dvidvi/Makefile     Mon Sep 08 13:47:55 2008 +0000
+++ b/print/dvidvi/Makefile     Mon Sep 08 14:25:49 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2008/05/25 13:16:11 dillo Exp $
+# $NetBSD: Makefile,v 1.10 2008/09/08 14:25:49 joerg Exp $
 #
 
 DISTNAME=      dvidvi-1.0
@@ -8,11 +8,11 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Select and/or rearrange pages in a TeX dvi file
 
-
-NO_SRC_ON_FTP= Unable to determine distribution license
-NO_SRC_ON_CDROM=Unable to determine distribution license
-NO_BIN_ON_FTP= Unable to determine distribution license
-NO_BIN_ON_CDROM=Unable to determine distribution license
+RESTRICTED=    Unable to determine distribution license
+NO_SRC_ON_FTP= ${RESTRICTED}
+NO_SRC_ON_CDROM=${RESTRICTED}
+NO_BIN_ON_FTP= ${RESTRICTED}
+NO_BIN_ON_CDROM=${RESTRICTED}
 
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1
 



Home | Main Index | Thread Index | Old Index