summaryrefslogtreecommitdiff
path: root/archivers/unmakeself
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2008-06-25 01:09:33 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2008-06-25 01:09:33 +0000
commit69759d4b85b0c8c264bffd30e3cdcc125db7fc66 (patch)
treed6e7359b573f47d6ba3c03655ec50f710cf95491 /archivers/unmakeself
parentf73e0143bbd8a4873d69d795fcc0c83378c5db3c (diff)
downloadfreebsd-ports-69759d4b85b0c8c264bffd30e3cdcc125db7fc66.zip
- Remove 5.x support.
PR: ports/124941 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Diffstat (limited to 'archivers/unmakeself')
-rw-r--r--archivers/unmakeself/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/archivers/unmakeself/Makefile b/archivers/unmakeself/Makefile
index 6b1c9413ce34..20bbdcfd44fd 100644
--- a/archivers/unmakeself/Makefile
+++ b/archivers/unmakeself/Makefile
@@ -18,14 +18,6 @@ NO_WRKSUBDIR= yes
PLIST_FILES= bin/unmakeself
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 502103
-BUILD_DEPENDS+= ${LOCALBASE}/lib/libarchive.a:${PORTSDIR}/archivers/libarchive
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-.endif
-
do-configure:
@${RM} -f ${WRKSRC}/config.h
@if ${GREP} -q memmem /usr/include/string.h; then \
@@ -41,4 +33,4 @@ do-build:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/unmakeself ${PREFIX}/bin
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>