diff options
Diffstat (limited to 'comms')
-rw-r--r-- | comms/py-serial/Makefile | 1 | ||||
-rw-r--r-- | comms/py-serial/pkg-comment | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/comms/py-serial/Makefile b/comms/py-serial/Makefile index 9e293a8a7b7a..841435879296 100644 --- a/comms/py-serial/Makefile +++ b/comms/py-serial/Makefile @@ -14,6 +14,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pyserial-${PORTVERSION} MAINTAINER= perky@FreeBSD.org +COMMENT= Serial port encapsulation library for Python USE_ZIP= yes EXTRACT_BEFORE_ARGS= -a diff --git a/comms/py-serial/pkg-comment b/comms/py-serial/pkg-comment deleted file mode 100644 index 7f422d8191e2..000000000000 --- a/comms/py-serial/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Serial port encapsulation library for Python |