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 | 4471a464c6f0fc6c3e731701bbfb6fbe08559ad5 (patch) | |
tree | 4639f424cdb961ea6aa68fd9ae81596a7d6af597 /print/dvidvi | |
parent | a19a98fe7054cd2ed0b85dc8e9f8581b0fc85f12 (diff) | |
download | pkgsrc-4471a464c6f0fc6c3e731701bbfb6fbe08559ad5.tar.gz |
Set RESTRICTED and derive NO_* from that as documented.
Diffstat (limited to 'print/dvidvi')
-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 |