diff options
author | bapt <bapt@FreeBSD.org> | 2010-09-05 16:49:46 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2010-09-05 16:49:46 +0800 |
commit | 63bc6c84234a47c84112f8c1e67a26999d2082d0 (patch) | |
tree | 3bdc5f42069114e6c3ab49f956ebf0a2e563cf0d /lang/picoc | |
parent | edb27fbf5bf4a433adbdfaeb9cfb7f991ed547e0 (diff) | |
download | freebsd-ports-gnome-63bc6c84234a47c84112f8c1e67a26999d2082d0.tar.gz freebsd-ports-gnome-63bc6c84234a47c84112f8c1e67a26999d2082d0.tar.zst freebsd-ports-gnome-63bc6c84234a47c84112f8c1e67a26999d2082d0.zip |
- really install files
- bump port revision
Reported by: pointyhat, pav
Diffstat (limited to 'lang/picoc')
-rw-r--r-- | lang/picoc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/picoc/Makefile b/lang/picoc/Makefile index 840d92150d3c..089f55bf33fb 100644 --- a/lang/picoc/Makefile +++ b/lang/picoc/Makefile @@ -7,6 +7,7 @@ PORTNAME= picoc PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= lang devel MASTER_SITES= GOOGLE_CODE @@ -17,7 +18,7 @@ LICENSE= BSD USE_BZIP2= yes -PLIST= bin/picoc +PLIST_FILES= bin/picoc post-patch: @${REINPLACE_CMD} -e "/-include/d" \ |