diff options
author | avilla <avilla@FreeBSD.org> | 2012-01-24 20:05:45 +0800 |
---|---|---|
committer | avilla <avilla@FreeBSD.org> | 2012-01-24 20:05:45 +0800 |
commit | 74a4eeac6543c1651c89efbce53b77dd229a3ea9 (patch) | |
tree | c6f8ae21429bb66bb595888190af748cd6cdc46d /news/inn/Makefile | |
parent | af33e40537f2a2a5e549d97aab297a4a8dd2e2d3 (diff) | |
download | freebsd-ports-gnome-74a4eeac6543c1651c89efbce53b77dd229a3ea9.tar.gz freebsd-ports-gnome-74a4eeac6543c1651c89efbce53b77dd229a3ea9.tar.zst freebsd-ports-gnome-74a4eeac6543c1651c89efbce53b77dd229a3ea9.zip |
- Fix plist.
- Bump PORTREVISION.
The port didn't package most of the contents of share/examples/inn,
but attempted to use them in exec/unexec portions of the package list,
producing errors for binary package installations.
PR: 159977 [1]
PR: 155436
Submitted by: hag@linnaean.org [1]
Approved by: fluffy (maintainer timeout)
Diffstat (limited to 'news/inn/Makefile')
-rw-r--r-- | news/inn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/inn/Makefile b/news/inn/Makefile index e3c8e790e326..8bf9ad04310d 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -7,7 +7,7 @@ PORTNAME?= inn PORTVERSION?= 2.4.6 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= news ipv6 # Master distribution broken #MASTER_SITES?= ${MASTER_SITE_ISC} |