aboutsummaryrefslogtreecommitdiff
path: root/archivers/xdms
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2007-04-14 16:20:45 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2007-04-14 16:20:45 +0000
commitf89a2cd35601115b66290265f8f0504b6bbf6f1d (patch)
tree5d1e80daed50ca725f6e1e41cc0ef88e49fa0b99 /archivers/xdms
parentf6b5e52b70ba69120358e0ee7c5110f44cd22e95 (diff)
downloadports-f89a2cd35601115b66290265f8f0504b6bbf6f1d.tar.gz
ports-f89a2cd35601115b66290265f8f0504b6bbf6f1d.zip
- Remove 4.X support from unmaintained ports in categories starting with
letter a-c
Notes
Notes: svn path=/head/; revision=189955
Diffstat (limited to 'archivers/xdms')
-rw-r--r--archivers/xdms/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/archivers/xdms/Makefile b/archivers/xdms/Makefile
index e4e376bf1163..45336fb895cc 100644
--- a/archivers/xdms/Makefile
+++ b/archivers/xdms/Makefile
@@ -18,13 +18,8 @@ HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
ALL_TARGET= xdms
-.include <bsd.port.pre.mk>
-
post-patch:
${REINPLACE_CMD} "s@-O2 -Wall@$${CFLAGS} -Wall@g" ${WRKSRC}/src/Makefile.in
-.if ( ${OSVERSION} < 500000 )
- ${REINPLACE_CMD} 's/stdint.h/inttypes.h/' ${WRKSRC}/src/cdata.h
-.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/xdms ${PREFIX}/bin
@@ -33,4 +28,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/xdms.txt ${DOCSDIR}
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>