diff options
author | joerg <joerg@pkgsrc.org> | 2011-11-25 22:45:00 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2011-11-25 22:45:00 +0000 |
commit | 04a5fea3f4c0ad03716f566f22daf20f8cc26b12 (patch) | |
tree | 55a5e64fc97357ac3c02dda0f5416b1410603512 /audio | |
parent | 3ad9490a3cbe6aaf40858d2821fab7efa919010f (diff) | |
download | pkgsrc-04a5fea3f4c0ad03716f566f22daf20f8cc26b12.tar.gz |
No patching with sed, please
Diffstat (limited to 'audio')
-rw-r--r-- | audio/adplug/Makefile | 14 |
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" |