diff options
author | garga <garga@FreeBSD.org> | 2006-04-18 18:03:57 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-04-18 18:03:57 +0800 |
commit | 5bb5a0c48d515c925dc0265c74da45acfc236c7c (patch) | |
tree | 2eea3243857c6c0df43499a0ed7fd9e8aae3f3a3 /net-mgmt | |
parent | 5ce7f0754c4e3b5e2c5cffcd2d5bf34ea43ccc6d (diff) | |
download | freebsd-ports-gnome-5bb5a0c48d515c925dc0265c74da45acfc236c7c.tar.gz freebsd-ports-gnome-5bb5a0c48d515c925dc0265c74da45acfc236c7c.tar.zst freebsd-ports-gnome-5bb5a0c48d515c925dc0265c74da45acfc236c7c.zip |
Set PORTDOCS, forgot when added
Reported by: krismail
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/py-snmp4/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-mgmt/py-snmp4/Makefile b/net-mgmt/py-snmp4/Makefile index 2683271a1436..827581a6cd89 100644 --- a/net-mgmt/py-snmp4/Makefile +++ b/net-mgmt/py-snmp4/Makefile @@ -16,16 +16,18 @@ DISTNAME= pysnmp-${PORTVERSION} MAINTAINER= mhjacks@swbell.net COMMENT= SNMP framework for Python -CONFLICTS= py??-snmp-[0-9]* - RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pyasn1/__init__.py:${PORTSDIR}/devel/py-asn1 \ ${PYTHON_SITELIBDIR}/Crypto/__init__.py:${PORTSDIR}/security/py-pycrypto +CONFLICTS= py??-snmp-[0-9]* + USE_PYTHON= yes USE_PYDISTUTILS=yes EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} +PORTDOCS= * + BASEDOCS= CHANGES \ LICENSE \ README \ |