Use <package>_VERSION in all <package>.mk instead of <package>_VER

This commit is contained in:
Ulf Samuelsson 2007-07-11 13:55:21 +00:00
parent 60a17626c5
commit b40e89ab86
1 changed files with 3 additions and 3 deletions

View File

@ -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