| File: archive/tar/Makefile | |
|---|---|
| base-0 | patch-1 |
| Line 11 | Line 11 |
| #XXX: nwall package blurb goes here. endef | #XXX: nwall package blurb goes here. endef |
| LIBDEPS = devel/glibc | |
| CONFIGURE_SCRIPTS = $(WORKSRC)/configure BUILD_SCRIPTS = $(WORKSRC)/Makefile INSTALL_SCRIPTS = $(WORKSRC)/Makefile | CONFIGURE_SCRIPTS = $(WORKSRC)/configure BUILD_SCRIPTS = $(WORKSRC)/Makefile INSTALL_SCRIPTS = $(WORKSRC)/Makefile |
| CONFIGURE_ARGS = $(DIRPATHS) | CONFIGURE_ARGS = $(DIRPATHS) --build=$(GARBUILD) --host=$(GARHOST) |
| # tar is very poorly behaved! It prepends prefix onto things # like bindir! This is not the way GNU packages should behave! # -NickM | # tar is very poorly behaved! It prepends prefix onto things # like bindir! This is not the way GNU packages should behave! # -NickM |