diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2014-05-17 15:28:44 +0800 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2014-05-17 15:28:44 +0800 |
commit | 4b266091e0807de96262d1da8fcdb88118ca1872 (patch) | |
tree | 501744df09b787f8c39fe7a322a4c63f0f06f139 /lang | |
parent | 2ceda74a6510894b60f9635aae7de4f8339c03eb (diff) | |
download | freebsd-ports-gnome-4b266091e0807de96262d1da8fcdb88118ca1872.tar.gz freebsd-ports-gnome-4b266091e0807de96262d1da8fcdb88118ca1872.tar.zst freebsd-ports-gnome-4b266091e0807de96262d1da8fcdb88118ca1872.zip |
Correctly handle lang/dmd1: the port should *not* define LEGAL_PORT but should instead correctly define NO_PACKAGE
Diffstat (limited to 'lang')
-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} |