Use <package>_VERSION in all <package>.mk instead of <package>_VER
This commit is contained in:
parent
60a17626c5
commit
b40e89ab86
@ -3,10 +3,10 @@
|
||||
# proftpd
|
||||
#
|
||||
#############################################################
|
||||
PROFTPD_VER:=1.3.0a
|
||||
PROFTPD_SOURCE:=proftpd-$(PROFTPD_VER).tar.bz2
|
||||
PROFTPD_VERSION:=1.3.0a
|
||||
PROFTPD_SOURCE:=proftpd-$(PROFTPD_VERSION).tar.bz2
|
||||
PROFTPD_SITE:=ftp://ftp.proftpd.org/distrib/source/
|
||||
PROFTPD_DIR:=$(BUILD_DIR)/proftpd-$(PROFTPD_VER)
|
||||
PROFTPD_DIR:=$(BUILD_DIR)/proftpd-$(PROFTPD_VERSION)
|
||||
PROFTPD_CAT:=bzcat
|
||||
PROFTPD_BINARY:=proftpd
|
||||
PROFTPD_TARGET_BINARY:=usr/sbin/proftpd
|
||||
|
Loading…
Reference in New Issue
Block a user