diff options
author | bapt <bapt@FreeBSD.org> | 2013-11-18 21:45:44 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-11-18 21:45:44 +0800 |
commit | fa5cfad14187ef5fd9e14f12908abe0a5fc73787 (patch) | |
tree | 003722865c3ffbd06a385211135ea1ca17afd24a /audio/libgme | |
parent | 1eefcd191af75528bbbb37fc017a8b2b5fabceba (diff) | |
download | freebsd-ports-gnome-fa5cfad14187ef5fd9e14f12908abe0a5fc73787.tar.gz freebsd-ports-gnome-fa5cfad14187ef5fd9e14f12908abe0a5fc73787.tar.zst freebsd-ports-gnome-fa5cfad14187ef5fd9e14f12908abe0a5fc73787.zip |
Convert to USES=dos2unix
While here stagify some of the ports
Modernize LIB_DEPENDS
Extract zip with bsdtar when possible
Diffstat (limited to 'audio/libgme')
-rw-r--r-- | audio/libgme/Makefile | 7 |
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> |