diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-21 20:02:27 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-21 20:02:27 +0100 |
commit | e417a01d00a49441432c03a0693b279f2f5db73c (patch) | |
tree | 0fa82e932bfdc7b919399793427e805a6ac58913 /package/pdnsd/Makefile | |
parent | 7a9b6f15bf7d8cac6aa467f8a3ff3f6fa4220308 (diff) |
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.
Diffstat (limited to 'package/pdnsd/Makefile')
-rw-r--r-- | package/pdnsd/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
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 |