diff options
author | pav <pav@FreeBSD.org> | 2009-01-18 04:48:26 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-18 04:48:26 +0800 |
commit | 1c8a51ade47473f3e56199d6a2d3b196c0630afe (patch) | |
tree | 63ca9868e591a70f8df37f6755131d5ec58d1409 /devel | |
parent | 78af1f247954c4bd28dbaedfb0f1aa0e99c3cfea (diff) | |
download | freebsd-ports-gnome-1c8a51ade47473f3e56199d6a2d3b196c0630afe.tar.gz freebsd-ports-gnome-1c8a51ade47473f3e56199d6a2d3b196c0630afe.tar.zst freebsd-ports-gnome-1c8a51ade47473f3e56199d6a2d3b196c0630afe.zip |
- Fix plist
Reported by: pointyhat
Diffstat (limited to 'devel')
-rw-r--r-- | devel/swig13/Makefile | 3 | ||||
-rw-r--r-- | devel/swig20/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/devel/swig13/Makefile b/devel/swig13/Makefile index d1e084b8f63e..6ba45bb102f2 100644 --- a/devel/swig13/Makefile +++ b/devel/swig13/Makefile @@ -7,6 +7,7 @@ PORTNAME= swig PORTVERSION= 1.3.37 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,6 +17,8 @@ COMMENT= Simplified Wrapper and Interface Generator USE_AUTOTOOLS= autoconf:262:env libtool:15 +MAN1= ccache-swig.1 + VER= ${PORTVERSION:R} PLIST_SUB+= PORTVERSION=${PORTVERSION} diff --git a/devel/swig20/Makefile b/devel/swig20/Makefile index d1e084b8f63e..6ba45bb102f2 100644 --- a/devel/swig20/Makefile +++ b/devel/swig20/Makefile @@ -7,6 +7,7 @@ PORTNAME= swig PORTVERSION= 1.3.37 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,6 +17,8 @@ COMMENT= Simplified Wrapper and Interface Generator USE_AUTOTOOLS= autoconf:262:env libtool:15 +MAN1= ccache-swig.1 + VER= ${PORTVERSION:R} PLIST_SUB+= PORTVERSION=${PORTVERSION} |