aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2001-09-13 08:21:13 +0800
committerlioux <lioux@FreeBSD.org>2001-09-13 08:21:13 +0800
commit0029b9bf497768f8a383b1fedb5b3d30cb8a76b0 (patch)
tree8ccd7ba3a04207ff54382355726ff1fb1c03e848 /textproc
parentfaa29df14fa31c9b6fd657cd49b0233d6d69f760 (diff)
downloadfreebsd-ports-gnome-0029b9bf497768f8a383b1fedb5b3d30cb8a76b0.tar.gz
freebsd-ports-gnome-0029b9bf497768f8a383b1fedb5b3d30cb8a76b0.tar.zst
freebsd-ports-gnome-0029b9bf497768f8a383b1fedb5b3d30cb8a76b0.zip
o style fixes
o unconditionalize MAKE_FLAGS PR: 30391 Submitted by: MAINTAINER
Diffstat (limited to 'textproc')
-rw-r--r--textproc/gsed/Makefile13
1 files changed, 1 insertions, 12 deletions
diff --git a/textproc/gsed/Makefile b/textproc/gsed/Makefile
index f09da1fbc421..ddfe2d07a36b 100644
--- a/textproc/gsed/Makefile
+++ b/textproc/gsed/Makefile
@@ -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
#