Browse Source

cleanup comments from template

Waldemar Brodkorb 15 years ago
parent
commit
e73db12470
1 changed files with 0 additions and 8 deletions
  1. 0 8
      package/grep/Makefile

+ 0 - 8
package/grep/Makefile

@@ -16,14 +16,6 @@ include $(TOPDIR)/mk/package.mk
 
 $(eval $(call PKG_template,GREP,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
 
-#CONFIG_STYLE:=		manual
-# use following to add ./configure options
-#CONFIGURE_ARGS+=	--disable-foo
-# overwrite any configure variables
-#CONFIGURE_ENV+=	ac_cv_func_setpgrp_void=yes
-#BUILD_STYLE:=		manual
-#INSTALL_STYLE:=	manual
-
 post-install:
 	$(INSTALL_DIR) $(IDIR_GREP)/usr/bin
 	$(INSTALL_BIN) $(WRKINST)/usr/bin/grep \