- Fix shebangs for mysql51-scripts, add NO_ARCH
Approved by: portmgr blanket
This commit is contained in:
parent
6be1888fe3
commit
d9ab5d229a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=397635
2 changed files with 4 additions and 2 deletions
|
@ -14,5 +14,6 @@ PLIST= ${PKGDIR}/pkg-plist.scripts
|
|||
|
||||
SCRIPTS_ONLY= yes
|
||||
USES= perl5
|
||||
NO_ARCH= yes
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME?= mysql
|
||||
PORTVERSION= 5.1.73
|
||||
PORTREVISION?= 2
|
||||
PORTREVISION?= 3
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= MYSQL/MySQL-5.1
|
||||
PKGNAMESUFFIX?= 51-server
|
||||
|
@ -14,7 +14,8 @@ COMMENT?= Multithreaded SQL database (server)
|
|||
SLAVEDIRS= databases/mysql51-client databases/mysql51-scripts
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
USES+= libtool makeinfo
|
||||
USES+= libtool makeinfo shebangfix
|
||||
SHEBANG_FILES= scripts/*.sh
|
||||
CONFIGURE_ARGS= --localstatedir=/var/db/mysql \
|
||||
--without-debug \
|
||||
--without-readline \
|
||||
|
|
Loading…
Reference in a new issue