Index: head/deskutils/menumaker/Makefile =================================================================== --- head/deskutils/menumaker/Makefile (revision 396707) +++ head/deskutils/menumaker/Makefile (revision 396708) @@ -1,17 +1,21 @@ # Created by: alepulver@FreeBSD.org # $FreeBSD$ PORTNAME= menumaker PORTVERSION= 0.99.8 CATEGORIES= deskutils MASTER_SITES= SF/${PORTNAME} MAINTAINER= jgh@FreeBSD.org COMMENT= Menu generator for X Window Managers and desktop environments +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING + USES= gmake python:2.7+ GNU_CONFIGURE= yes +NO_ARCH= yes INFO= mmaker .include Index: head/deskutils/menumaker/files/patch-Makefile.in =================================================================== --- head/deskutils/menumaker/files/patch-Makefile.in (nonexistent) +++ head/deskutils/menumaker/files/patch-Makefile.in (revision 396708) @@ -0,0 +1,10 @@ +--- Makefile.in.orig 2015-06-23 10:18:34 UTC ++++ Makefile.in +@@ -835,6 +835,7 @@ uninstall-am: uninstall-dist_binSCRIPTS + + + install-exec-local : ++ -chmod u+w $(DESTDIR)/$(bindir)/mmaker + echo "#!/usr/bin/env $(PYTHON_BIN)" > $(DESTDIR)/$(bindir)/mmaker + echo "import sys; sys.path = ['$(pkgdatadir)'] + sys.path" >> $(DESTDIR)/$(bindir)/mmaker + echo "import MenuMaker.CLI" >> $(DESTDIR)/$(bindir)/mmaker Property changes on: head/deskutils/menumaker/files/patch-Makefile.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property