diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-05-22 18:19:44 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-05-22 18:19:44 +0000 |
commit | fe9bd34698649c2130a0ead5829adfcc33f6b9be (patch) | |
tree | b3105d1762202f2dd34c75b942f177cc0a31c6fc /chinese/rxvt-gb | |
parent | ca4bc58ef33efe6ed98886207dd89983b9b86d18 (diff) | |
download | FreeBSD-ports-fe9bd34698649c2130a0ead5829adfcc33f6b9be.zip FreeBSD-ports-fe9bd34698649c2130a0ead5829adfcc33f6b9be.tar.gz |
Ports policy:
Ensure that the master category is always matches name of the parent
(category) directory. This is required for ORIGIN to function properly.
Diffstat (limited to 'chinese/rxvt-gb')
-rw-r--r-- | chinese/rxvt-gb/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chinese/rxvt-gb/Makefile b/chinese/rxvt-gb/Makefile index 89c336c..55b4280 100644 --- a/chinese/rxvt-gb/Makefile +++ b/chinese/rxvt-gb/Makefile @@ -4,6 +4,9 @@ # # $FreeBSD$ # + +CATEGORIES= chinese + MASTERDIR= ${.CURDIR}/../../x11/rxvt .include "${MASTERDIR}/Makefile" |