Ticket #44970: change-gmake-maintainer.diff

File change-gmake-maintainer.diff, 1.1 KB (added by stuartwesterman (Stuart Westerman), 10 years ago)
  • Portfile

    diff -ur /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/devel/gmake/Portfile ./Portfile
    old new  
    22# $Id: Portfile 117858 2014-03-15 06:10:24Z ryandesign@macports.org $
    33
    44PortSystem 1.0
     5
    56name            gmake
    67version         4.0
    78categories      devel
    8 maintainers     nomaintainer
     9maintainers     gmail.com:stuartwesterman
    910description     GNU Make
    1011long_description \
    1112    Make is a tool which controls the generation of executables and     \
     
    1415    called the makefile, which lists each of the non-source files and   \
    1516    how to compute it from other files. When you write a program, you   \
    1617    should write a makefile for it, so that it is possible to use Make  \
    17     to build and install the program. 
     18    to build and install the program.
    1819
    1920homepage        http://www.gnu.org/software/make/make.html
    2021license         GPL-3