o style fixes
o unconditionalize MAKE_FLAGS PR: 30391 Submitted by: MAINTAINER
This commit is contained in:
parent
fad28da06f
commit
828d6b7645
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47775
1 changed files with 1 additions and 12 deletions
|
@ -14,25 +14,16 @@ PKGNAMEPREFIX= g
|
|||
|
||||
MAINTAINER= clefevre@citeweb.net
|
||||
|
||||
#
|
||||
# Global variables
|
||||
#
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
# sed's configure seems to be buggy !
|
||||
# CONFIGURE_ARGS= --program-prefix=g
|
||||
|
||||
USE_GMAKE= yes
|
||||
|
||||
.if make(do-install)
|
||||
# DESTDIR isn't honored. fake it w/ prefix.
|
||||
# PREFIX isn't honored. force it w/ prefix.
|
||||
MAKE_ARGS= prefix=${PREFIX}
|
||||
.endif
|
||||
|
||||
MAN1= gsed.1
|
||||
|
||||
#
|
||||
# Local variables
|
||||
#
|
||||
|
||||
|
@ -41,7 +32,6 @@ PATCH_SUBDIRS= . doc lib sed
|
|||
SAMP_FILES= dc.sed
|
||||
SAMP_DIR= ${PREFIX}/share/examples/${PKGBASE}
|
||||
|
||||
#
|
||||
# Post-configure
|
||||
#
|
||||
|
||||
|
@ -52,7 +42,6 @@ patch-makefiles:
|
|||
@${PERL} -pi.fbsd -e 's/s,x,x,/s,^,g,/' ${WRKSRC}/${subdir}/Makefile
|
||||
.endfor
|
||||
|
||||
#
|
||||
# Post-install
|
||||
#
|
||||
|
||||
|
|
Loading…
Reference in a new issue