diff options
author | lioux <lioux@FreeBSD.org> | 2002-11-11 00:48:51 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-11-11 00:48:51 +0800 |
commit | a882364f2403bc9d88e823745313b7de799bd176 (patch) | |
tree | dd5369640affc2ebaee3c07f6b9fa0a103a5c028 /misc/git | |
parent | 3e65dfafbbc43ca7f1b56d2c5f043af567b691c7 (diff) | |
download | freebsd-ports-gnome-a882364f2403bc9d88e823745313b7de799bd176.tar.gz freebsd-ports-gnome-a882364f2403bc9d88e823745313b7de799bd176.tar.zst freebsd-ports-gnome-a882364f2403bc9d88e823745313b7de799bd176.zip |
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
Diffstat (limited to 'misc/git')
-rw-r--r-- | misc/git/Makefile | 2 | ||||
-rw-r--r-- | misc/git/pkg-comment | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/misc/git/Makefile b/misc/git/Makefile index bd8dd3b6fda3..57c4bcb948a8 100644 --- a/misc/git/Makefile +++ b/misc/git/Makefile @@ -13,8 +13,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -PORTCOMMENT= GNU Interactive Tools - a file system browser for UNIX systems - GNU_CONFIGURE= YES MAN1= git.1 gitaction.1 gitkeys.1 gitmount.1 \ gitrgrep.1 gitunpack.1 diff --git a/misc/git/pkg-comment b/misc/git/pkg-comment new file mode 100644 index 000000000000..6f21870402bd --- /dev/null +++ b/misc/git/pkg-comment @@ -0,0 +1 @@ +GNU Interactive Tools - a file system browser for UNIX systems |