aboutsummaryrefslogtreecommitdiff
path: root/audio/libgme
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-11-18 13:45:44 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-11-18 13:45:44 +0000
commit51c60ddf7f7c0942f2a332498ef7e104a0c11dc0 (patch)
tree003722865c3ffbd06a385211135ea1ca17afd24a /audio/libgme
parentfcbc3463cba2860570ef5b205a8994fa3c5e084f (diff)
downloadports-51c60ddf7f7c0942f2a332498ef7e104a0c11dc0.tar.gz
ports-51c60ddf7f7c0942f2a332498ef7e104a0c11dc0.zip
Convert to USES=dos2unix
While here stagify some of the ports Modernize LIB_DEPENDS Extract zip with bsdtar when possible
Notes
Notes: svn path=/head/; revision=334194
Diffstat (limited to 'audio/libgme')
-rw-r--r--audio/libgme/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/audio/libgme/Makefile b/audio/libgme/Makefile
index 11de91f23754..9ddbaa889f6d 100644
--- a/audio/libgme/Makefile
+++ b/audio/libgme/Makefile
@@ -14,13 +14,8 @@ LICENSE= LGPL21 LGPL3
LICENSE_COMB= dual
PROJECTHOST= game-music-emu
-USE_DOS2UNIX= yes
-NO_STAGE= yes
USE_BZIP2= yes
-USES= cmake
+USES= cmake dos2unix
USE_LDCONFIG= yes
-# XXX: dialog(1) doesn't like ^M in LICENSE_FILE
-post-extract: patch-dos2unix
-
.include <bsd.port.mk>