diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2017-04-18 04:49:15 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2017-04-18 04:49:15 +0000 |
commit | a6471e613663280e4c3dd2ab102dd663963313d2 (patch) | |
tree | 48148d4fd7c2428e6ccb1be2cddf82c259f14db9 /comms/pyla/Makefile | |
parent | ae129829489c1ba6f81822f673761874a45cc4dd (diff) | |
download | ports-a6471e613663280e4c3dd2ab102dd663963313d2.tar.gz ports-a6471e613663280e4c3dd2ab102dd663963313d2.zip |
Notes
Diffstat (limited to 'comms/pyla/Makefile')
-rw-r--r-- | comms/pyla/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/pyla/Makefile b/comms/pyla/Makefile index e6c65d4c1eba..e74613b611ab 100644 --- a/comms/pyla/Makefile +++ b/comms/pyla/Makefile @@ -3,7 +3,7 @@ PORTNAME= pyla PORTVERSION= 1.1.7.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms python #MASTER_SITES= http://www.teamsw.it/pyla/download/ MASTER_SITES= LOCAL/mr @@ -21,7 +21,7 @@ DATADIR= ${PREFIX}/lib/pyla USES= python shebangfix tar:tgz SHEBANG_FILES= faxcover/subst hylaform.py \ hylaproto.py ldapclass.py \ - pyladebug.py + pyladebug.py pyla.py SHEBANG_LANG= sed sed_OLD_CMD= /bin/sed sed_CMD= /usr/bin/sed |