diff options
author | joerg <joerg@pkgsrc.org> | 2008-09-08 14:25:49 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-09-08 14:25:49 +0000 |
commit | 244a188c8a80d9ad5ac829c2b57310894e2ac0ac (patch) | |
tree | 4639f424cdb961ea6aa68fd9ae81596a7d6af597 /print/dvidvi/Makefile | |
parent | aed2144e06d8e2724d5fb54364978e17c5aa0c06 (diff) | |
download | pkgsrc-244a188c8a80d9ad5ac829c2b57310894e2ac0ac.tar.gz |
Set RESTRICTED and derive NO_* from that as documented.
Diffstat (limited to 'print/dvidvi/Makefile')
-rw-r--r-- | print/dvidvi/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/print/dvidvi/Makefile b/print/dvidvi/Makefile index cc89f4cebe2..e2984f875b8 100644 --- a/print/dvidvi/Makefile +++ b/print/dvidvi/Makefile @@ -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 @@ MASTER_SITES= ftp://sunsite.univie.ac.at/pub/distfiles/ MAINTAINER= pkgsrc-users@NetBSD.org 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 |