summaryrefslogtreecommitdiff
path: root/audio/adplug
diff options
context:
space:
mode:
authorjoerg <joerg>2011-11-25 22:45:00 +0000
committerjoerg <joerg>2011-11-25 22:45:00 +0000
commit04c336c6a9e01c3d430f9aa663ff63c6124eaedf (patch)
tree55a5e64fc97357ac3c02dda0f5416b1410603512 /audio/adplug
parent0e183f18dab2bc8dd091da804d27381cdb8ff9cd (diff)
downloadpkgsrc-04c336c6a9e01c3d430f9aa663ff63c6124eaedf.tar.gz
No patching with sed, please
Diffstat (limited to 'audio/adplug')
-rw-r--r--audio/adplug/Makefile14
1 files changed, 1 insertions, 13 deletions
diff --git a/audio/adplug/Makefile b/audio/adplug/Makefile
index b970bb57976..a316a0746d1 100644
--- a/audio/adplug/Makefile
+++ b/audio/adplug/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2011/11/20 01:26:58 marino Exp $
+# $NetBSD: Makefile,v 1.5 2011/11/25 22:45:00 joerg Exp $
#
DISTNAME= adplug-2.1
@@ -21,17 +21,5 @@ INFO_FILES= yes
PKGCONFIG_OVERRIDE+= adplug.pc.in
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == "DragonFly"
-USE_TOOLS+= perl
-.endif
-
-post-extract:
-.if ${OPSYS} == "DragonFly"
- perl -i -pe "s/<string>/<strings.h>/" ${WRKSRC}/src/rol.h
- perl -i -pe "s/<string>/<string.h>/" ${WRKSRC}/src/player.h
-.endif
-
.include "../../devel/libbinio/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"