diff options
author | eadler <eadler@FreeBSD.org> | 2014-05-17 15:28:44 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2014-05-17 15:28:44 +0800 |
commit | 84d5c0634c7bd1e887125a19385ed9fd81a9334c (patch) | |
tree | 501744df09b787f8c39fe7a322a4c63f0f06f139 /lang/dmd1 | |
parent | 9372e187d40985d259a84cbbd23005084ac4e932 (diff) | |
download | freebsd-ports-gnome-84d5c0634c7bd1e887125a19385ed9fd81a9334c.tar.gz freebsd-ports-gnome-84d5c0634c7bd1e887125a19385ed9fd81a9334c.tar.zst freebsd-ports-gnome-84d5c0634c7bd1e887125a19385ed9fd81a9334c.zip |
Correctly handle lang/dmd1: the port should *not* define LEGAL_PORT but should instead correctly define NO_PACKAGE
Diffstat (limited to 'lang/dmd1')
-rw-r--r-- | lang/dmd1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/dmd1/Makefile b/lang/dmd1/Makefile index 6c2f956ba6d7..4e3c072a7c2a 100644 --- a/lang/dmd1/Makefile +++ b/lang/dmd1/Makefile @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}.${PORTVERSION} MAINTAINER= cy@FreeBSD.org COMMENT= Official compiler for the D 1.0 programming language -NO_PACKAGE= Packages are not validation-tested by the developer +NO_PACKAGE= No redistribution of non validated binaries USES= gmake zip PORTDOCS= *.txt html/ phobos/ WRKSRC= ${WRKDIR}/${PORTNAME}/src/${PORTNAME} |