From e417a01d00a49441432c03a0693b279f2f5db73c Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 21 Jan 2010 20:02:27 +0100 Subject: remove comments and finetune packages. pdnsd, rngd and proftpd need a init script... do not install anything to /var, because this is on /tmp aka tmpfs. Use init scripts to create missing directories or files. --- package/pdnsd/Makefile | 8 -------- 1 file changed, 8 deletions(-) (limited to 'package/pdnsd') diff --git a/package/pdnsd/Makefile b/package/pdnsd/Makefile index e8805ad79..1c6d5694d 100644 --- a/package/pdnsd/Makefile +++ b/package/pdnsd/Makefile @@ -13,7 +13,6 @@ PKG_DEPENDS:= PKG_URL:= http://www.phys.uu.nl/~rombouts/pdnsd.html PKG_SITES:= http://www.phys.uu.nl/~rombouts/pdnsd/releases/ -# if downloaded package is not ending with .tar.gz use following DISTFILES:= ${PKG_NAME}-${PKG_VERSION}-par.tar.gz include $(TOPDIR)/mk/package.mk @@ -21,18 +20,11 @@ include $(TOPDIR)/mk/package.mk $(eval $(call PKG_template,PDNSD,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) CONFIGURE_STYLE:= gnu -# use following to add ./configure options -#CONFIGURE_ARGS+= --disable-foo -# overwrite any configure variables -#CONFIGURE_ENV+= ac_cv_func_setpgrp_void=yes BUILD_STYLE:= auto INSTALL_STYLE:= auto -# please install all files and directories to the package dir post-install: $(INSTALL_DIR) $(IDIR_PDNSD)/usr/sbin $(INSTALL_BIN) $(WRKINST)/usr/sbin/pdnsd{,-ctl} $(IDIR_PDNSD)/usr/sbin/ - $(INSTALL_DIR) $(IDIR_PDNSD)/var/cache/pdnsd - $(INSTALL_BIN) $(WRKINST)/var/cache/pdnsd/pdnsd.cache $(IDIR_PDNSD)/var/cache/pdnsd/ include ${TOPDIR}/mk/pkg-bottom.mk -- cgit v1.2.3