diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-01-28 03:50:57 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-01-28 03:50:57 +0000 |
commit | e22dc21f0841391af451eb11ce2970281fc615af (patch) | |
tree | d76f39bc291dceeec28994c20f7404726a91aa31 /audio/s3mod/Makefile | |
parent | 9ad3d5aad5361a27f422a9474f8f611c8cad6137 (diff) |
- Support MAKE properly
- Support install macros
- Apply to 'one file per patch' convention
- Add WWW: line
PR: 24667
Submitted by: tkato@prontomail.ne.jp
Notes
Notes:
svn path=/head/; revision=37661
Diffstat (limited to 'audio/s3mod/Makefile')
-rw-r--r-- | audio/s3mod/Makefile | 5 |
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> |