diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-06 18:13:15 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-06 18:13:15 +0000 |
commit | e95ace05e4e0f61c71dc3626e96fa4209c2d70e9 (patch) | |
tree | 0c85451c61d8fe9dd5b385d2e3a6a19a337da933 /lang/gcc48/Makefile | |
parent | 14648f0b4da7e02a5605841734bcd2e521430bad (diff) |
Comment out info/dir files
indexinfo is taking care of generating it at package installation time
Reported by: peter
Notes
Notes:
svn path=/head/; revision=370199
Diffstat (limited to 'lang/gcc48/Makefile')
-rw-r--r-- | lang/gcc48/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile index e6397841adec..fe828f86bd63 100644 --- a/lang/gcc48/Makefile +++ b/lang/gcc48/Makefile @@ -3,6 +3,7 @@ PORTNAME= gcc48 PORTVERSION= 4.8.4.s20140918 +PORTREVISION= 1 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${DISTVERSION} |