aboutsummaryrefslogtreecommitdiff
path: root/audio/s3mod/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-01-28 03:50:57 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-01-28 03:50:57 +0000
commite22dc21f0841391af451eb11ce2970281fc615af (patch)
treed76f39bc291dceeec28994c20f7404726a91aa31 /audio/s3mod/Makefile
parent9ad3d5aad5361a27f422a9474f8f611c8cad6137 (diff)
downloadports-e22dc21f0841391af451eb11ce2970281fc615af.tar.gz
ports-e22dc21f0841391af451eb11ce2970281fc615af.zip
Notes
Diffstat (limited to 'audio/s3mod/Makefile')
-rw-r--r--audio/s3mod/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/s3mod/Makefile b/audio/s3mod/Makefile
index 6cc4c6e6d793..18fbfce5b0f5 100644
--- a/audio/s3mod/Makefile
+++ b/audio/s3mod/Makefile
@@ -7,6 +7,7 @@
PORTNAME= s3mod
PORTVERSION= 1.09
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/sound/players
@@ -19,7 +20,7 @@ ALL_TARGET= freebsd
pre-patch:
@${CP} ${WRKSRC}/DspDrivers/linux_dsp.c ${WRKSRC}/dsp.c
-post-install:
- @strip ${PREFIX}/bin/s3mod
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/s3mod ${PREFIX}/bin
.include <bsd.port.mk>