jw-pkg/make/proj.mk
Jan Lindemann c893584e5e make: Replace RPM -> PKG
jw-pkg supports more than RPM-based package managers, but for
historic reasons, lots of its Makefile variables still have "RPM" in
their names. This is misleading. Replace "RPM" in variable names by
the more generic "PKG" where appropriate.

Signed-off-by: Jan Lindemann <jan@janware.com>
2026-03-16 14:57:50 +01:00

14 lines
434 B
Makefile

# (c) 2001 jannet it services
# contact@jannet.de
# $Id$
JWBDIR ?= $(TOPDIR)
JANWARE_WIKI = priv
JANWARE_URL_DOC_PROJECT ?= https://janware.com/wiki/pub/en/sw/build/cheat_sheet
# pkg-dist.mk variable overrides
FTP_SRC_GROUP = ytsrc
FTP_RUN_GROUP = ytrun
FTP_DEV_GROUP = ytdev
FTP_FILE_MODE = 644
FTP_DIR_MODE = 755