diff options
author | mat <mat@FreeBSD.org> | 2016-07-27 00:51:15 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-07-27 00:51:15 +0800 |
commit | 92a23247b1467190ce10007190052c33423ff547 (patch) | |
tree | 9b071a8105704e992946dcd6b801e9fcb7635142 /audio/s3mod/Makefile | |
parent | 95f228514e93df3c298ff9e8142253c866d190fe (diff) | |
download | freebsd-ports-graphics-92a23247b1467190ce10007190052c33423ff547.tar.gz freebsd-ports-graphics-92a23247b1467190ce10007190052c33423ff547.tar.zst freebsd-ports-graphics-92a23247b1467190ce10007190052c33423ff547.zip |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'audio/s3mod/Makefile')
-rw-r--r-- | audio/s3mod/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/s3mod/Makefile b/audio/s3mod/Makefile index 762ff8fcbe3..453dd517b62 100644 --- a/audio/s3mod/Makefile +++ b/audio/s3mod/Makefile @@ -14,7 +14,7 @@ COMMENT= MOD/S3M player ALL_TARGET= freebsd PLIST_FILES= bin/s3mod -pre-patch: +post-extract: @${CP} ${WRKSRC}/DspDrivers/linux_dsp.c ${WRKSRC}/dsp.c do-install: |