summaryrefslogtreecommitdiffstats
path: root/audio/fapg
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2007-05-02 08:00:02 +0000
committeredwin <edwin@FreeBSD.org>2007-05-02 08:00:02 +0000
commitcffac43185a46c7de266467dafc7acefa6f106e0 (patch)
treef0ad9b652ce609b90a252413448ccb3f12cd30c6 /audio/fapg
parente96fd9c276e25ad550b2271cd772f8971e2324d2 (diff)
downloadFreeBSD-ports-cffac43185a46c7de266467dafc7acefa6f106e0.zip
FreeBSD-ports-cffac43185a46c7de266467dafc7acefa6f106e0.tar.gz
[patch] cleanup non-supported FreeBSD versions
PR: ports/111653 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maintainer timeout
Diffstat (limited to 'audio/fapg')
-rw-r--r--audio/fapg/Makefile13
1 files changed, 1 insertions, 12 deletions
diff --git a/audio/fapg/Makefile b/audio/fapg/Makefile
index 2cf2e48..61a46b3 100644
--- a/audio/fapg/Makefile
+++ b/audio/fapg/Makefile
@@ -18,17 +18,6 @@ USE_GETOPT_LONG=yes
MAN1= fapg.1
-.include <bsd.port.pre.mk>
-
-post-patch:
-.if ${OSVERSION} < 500000
- @${REINPLACE_CMD} -e 's,g2,g2 -I${LOCALBASE}/include \
- -L${LOCALBASE}/lib -lgnugetopt,' ${WRKSRC}/Makefile
- @${REINPLACE_CMD} -e '32 s,<,\",; 32 s,>,\",' \
- ${WRKSRC}/fapg.c
- @${CP} ${FILESDIR}/getopt.h ${WRKSRC}
-.endif
-
do-build:
@cd ${WRKSRC} && ${MAKE} ${PORTNAME}
@@ -44,4 +33,4 @@ post-install:
.endfor
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud