diff options
author | agc <agc@pkgsrc.org> | 1998-01-22 10:26:36 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-01-22 10:26:36 +0000 |
commit | 65c222c48622e4f50121e792bdf4b998700edc77 (patch) | |
tree | 83ae5663f73ecc4829ff6215e001cf80211c8e27 /textproc/rman | |
parent | b18b1d84e7120f763701862be7aa2801832bf8f1 (diff) | |
download | pkgsrc-65c222c48622e4f50121e792bdf4b998700edc77.tar.gz |
Set MIRROR_DISTFILE to "no" in package Makefiles which might have
restrictions placed on the redistribution of their distfiles. Please
note that I've erred on the side of caution here.
Diffstat (limited to 'textproc/rman')
-rw-r--r-- | textproc/rman/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/rman/Makefile b/textproc/rman/Makefile index 9c66f57716a..3a43ab48ae4 100644 --- a/textproc/rman/Makefile +++ b/textproc/rman/Makefile @@ -3,7 +3,7 @@ # Date created: 27 Dec 1994 # Whom: Thomas Gellekum <tg@FreeBSD.org> # -# $Id: Makefile,v 1.3 1997/12/17 16:00:29 hubertf Exp $ +# $Id: Makefile,v 1.4 1998/01/22 10:26:40 agc Exp $ # DISTNAME= rman-3.0.4 @@ -14,6 +14,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= tg@FreeBSD.org NO_CDROM= "License required" +MIRROR_DISTFILE= no MAN1= rman.1 post-install: |