diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-06-09 21:59:16 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-06-09 21:59:16 +0000 |
commit | fe90a46320532cd21dbbf025598fab0fccb2b55a (patch) | |
tree | 3c45e06228f6ac7b46f01b9319ba3f5a4583431e /x11-toolkits/xview | |
parent | Add monitord, a simple service monitoring daemon that restarts a service (diff) |
Define MASTER_SITE_SUBDIR=asami/LOCAL_PORTS as these are moved to my
area on the local ports tree.
Diffstat (limited to 'x11-toolkits/xview')
-rw-r--r-- | x11-toolkits/xview/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/xview/Makefile b/x11-toolkits/xview/Makefile index e428c19eb00f..ed8f44c4b43a 100644 --- a/x11-toolkits/xview/Makefile +++ b/x11-toolkits/xview/Makefile @@ -10,7 +10,8 @@ PORTVERSION= 3.2.1 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_LOCAL} \ ${MASTER_SITE_XCONTRIB} -MASTER_SITE_SUBDIR= libraries +# former for ${MASER_SITE_LOCAL}, latter for ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= asami/LOCAL_PORTS libraries DISTNAME= xview3.2p1-X11R6 MAINTAINER= ports@FreeBSD.org |