diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-02-18 16:14:57 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-02-18 16:14:57 +0000 |
commit | 69ec811db75b61aa74cf2e59c3611f8025bc008a (patch) | |
tree | fc1b8077d371b462f6edd775254aec13a43829de /sysutils/ipa | |
parent | bd220af745036a5e1abb3669faa546b8359918a8 (diff) | |
download | FreeBSD-ports-69ec811db75b61aa74cf2e59c3611f8025bc008a.zip FreeBSD-ports-69ec811db75b61aa74cf2e59c3611f8025bc008a.tar.gz |
It should not allow to build package of itself.
PR: 25185
Submitted by: MAINTAINER
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 7fc0081..faf8340 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 |