diff options
author | vs <vs@FreeBSD.org> | 2004-04-15 02:59:40 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-04-15 02:59:40 +0800 |
commit | c0c15a26cc1acd435b2ba2eeb9a56464421cc16a (patch) | |
tree | 2ebe5367703cb7f0126c91da2fa5160752fcae70 /x11-toolkits/inti-sourceview | |
parent | cd9a68d4a984de3865a71a42b2aa3a78aa38470f (diff) | |
download | freebsd-ports-gnome-c0c15a26cc1acd435b2ba2eeb9a56464421cc16a.tar.gz freebsd-ports-gnome-c0c15a26cc1acd435b2ba2eeb9a56464421cc16a.tar.zst freebsd-ports-gnome-c0c15a26cc1acd435b2ba2eeb9a56464421cc16a.zip |
Unbreak, the PORTREV-bump affected path-name generation.
Noticed by: bento via kris
Approved by: linimon (mentor)
Diffstat (limited to 'x11-toolkits/inti-sourceview')
-rw-r--r-- | x11-toolkits/inti-sourceview/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/inti-sourceview/Makefile b/x11-toolkits/inti-sourceview/Makefile index 90a8aab60fa6..85e99e642d81 100644 --- a/x11-toolkits/inti-sourceview/Makefile +++ b/x11-toolkits/inti-sourceview/Makefile @@ -19,7 +19,7 @@ COMMENT= An Inti binding for GtkSourceView LIB_DEPENDS= inti-1.0.9:${PORTSDIR}/x11-toolkits/inti USE_GNOME= gtksourceview gnomehack gnomeprefix -WRKSRC= ${WRKDIR}/lib${PKGNAME} +WRKSRC= ${WRKDIR}/lib${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes INSTALLS_SHLIB= yes |