diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-17 21:01:22 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-17 21:01:22 +0800 |
commit | 9b55945786e4c26d2ae5cd33ccc04061b1c25f94 (patch) | |
tree | a34645196dd52507a019b7d00210221c399b57ab /comms | |
parent | a13a723cc5c708b9a58aa2ac3e6de95ef047e278 (diff) | |
download | freebsd-ports-gnome-9b55945786e4c26d2ae5cd33ccc04061b1c25f94.tar.gz freebsd-ports-gnome-9b55945786e4c26d2ae5cd33ccc04061b1c25f94.tar.zst freebsd-ports-gnome-9b55945786e4c26d2ae5cd33ccc04061b1c25f94.zip |
- Fix shebangs
Diffstat (limited to 'comms')
-rw-r--r-- | comms/atslog/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/comms/atslog/Makefile b/comms/atslog/Makefile index c432c55bb1b7..c5531a3f28b7 100644 --- a/comms/atslog/Makefile +++ b/comms/atslog/Makefile @@ -3,7 +3,7 @@ PORTNAME= atslog PORTVERSION= 2.1.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= comms MASTER_SITES= BERLIOS @@ -21,7 +21,8 @@ WWWGD_DESC= Graphic reports GNU_CONFIGURE= yes USES= perl5 shebangfix USE_RC_SUBR= ${PORTNAME}d -SHEBANG_FILES= include/atslogcleardb.pl.in include/atslogdb.pl.in +SHEBANG_FILES= data/sql/install-sql.pl \ + include/atslogcleardb.pl.in include/atslogdb.pl.in PORTDOCS= CHANGES ChangeLog DEINSTALL INSTALL LICENSE TODO UPDATING USAGE SUB_FILES= pkg-message CONFIGS= ${PORTNAME}.conf.default ${PORTNAME}.conf.default.rus |