diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-12-18 19:54:56 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-12-18 19:54:56 +0800 |
commit | 16f53f92e96f05d5873898ae3afe50c1a5fa08e9 (patch) | |
tree | fc63f32f8a38bc6cba8e559001583a5ed4054c5b /audio | |
parent | 0ccd2320c5ecc0c54e5dd6adf95ef0ec59c443d3 (diff) | |
download | freebsd-ports-gnome-16f53f92e96f05d5873898ae3afe50c1a5fa08e9.tar.gz freebsd-ports-gnome-16f53f92e96f05d5873898ae3afe50c1a5fa08e9.tar.zst freebsd-ports-gnome-16f53f92e96f05d5873898ae3afe50c1a5fa08e9.zip |
Use dos2unix USES macro.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/penguinsap/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/penguinsap/Makefile b/audio/penguinsap/Makefile index 9501067e07cc..744d301ed23a 100644 --- a/audio/penguinsap/Makefile +++ b/audio/penguinsap/Makefile @@ -9,8 +9,7 @@ MASTER_SITES= CRITICAL MAINTAINER= ehaupt@FreeBSD.org COMMENT= Command-line Atari(TM) .sap player -USES= compiler -USE_DOS2UNIX= yes +USES= compiler dos2unix SOURCES= sapPokey pokey1 sapCpu sapEngine main pokey0 |