diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-02-18 16:14:57 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-02-18 16:14:57 +0000 |
commit | 5ba4c79c21e76b56f498701461ccbaad840e8983 (patch) | |
tree | 2e2d6561629854b8d884ad055a29697e45269f62 /sysutils/ipa | |
parent | 1657b8c95d34d23f2bebc10b754589ef9f0ac3b8 (diff) | |
download | ports-5ba4c79c21e76b56f498701461ccbaad840e8983.tar.gz ports-5ba4c79c21e76b56f498701461ccbaad840e8983.zip |
It should not allow to build package of itself.
PR: 25185
Submitted by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=38467
Diffstat (limited to 'sysutils/ipa')
-rw-r--r-- | sysutils/ipa/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/ipa/Makefile b/sysutils/ipa/Makefile index 7fc0081cefc5..faf8340cc351 100644 --- a/sysutils/ipa/Makefile +++ b/sysutils/ipa/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= http://www.simon.org.ua/ipa/ MAINTAINER= simon@simon.org.ua +NO_PACKAGE= "Needs to be built uniquely for each site" ALL_TARGET= FreeBSD MAN5= ipa.5 ipa.conf.5 |