diff options
author | miwi <miwi@FreeBSD.org> | 2006-09-13 18:53:35 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-09-13 18:53:35 +0800 |
commit | 3928514c4f0d5b77c81adc2c53d9d5f4f0d61fa4 (patch) | |
tree | 04187a4b921b5e69788fcf6cda81f01532fac273 | |
parent | a4c43b6bd1a3d4957cf9a08c7d44065452b7918c (diff) | |
download | freebsd-ports-gnome-3928514c4f0d5b77c81adc2c53d9d5f4f0d61fa4.tar.gz freebsd-ports-gnome-3928514c4f0d5b77c81adc2c53d9d5f4f0d61fa4.tar.zst freebsd-ports-gnome-3928514c4f0d5b77c81adc2c53d9d5f4f0d61fa4.zip |
- Fix PLIST_IN entry
PR: ports/102977
Submitted by: Stefan Sperling <freebsd-gnats(at)stsp.in-berlin.de>
Approved by: Slaven Rezic (maintainter)
-rw-r--r-- | german/BBBike/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/german/BBBike/Makefile b/german/BBBike/Makefile index 081b5cf0343b..4ca08e5f8150 100644 --- a/german/BBBike/Makefile +++ b/german/BBBike/Makefile @@ -44,7 +44,7 @@ do-build: ${CHMOD} 0755 ${WRKSRC}/bbbike BBBIKEEXE= bbbike cbbbike bbbikeclient cmdbbbike smsbbbike -PLIST_IN= pkg-plist.in +PLIST_IN= ${PKGDIR}/pkg-plist.in PLIST= ${WRKDIR}/pkg-plist pre-install: |