diff options
author | jmz <jmz@FreeBSD.org> | 2004-04-13 08:17:26 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2004-04-13 08:17:26 +0800 |
commit | 19b82a1791900dfca70522c23ae2e14b94c78026 (patch) | |
tree | e52e0cb7deeecf331eb2c5b36d0cedd913963ec3 /lang/p2c/Makefile | |
parent | 998338aa8ce93a15874747c38554b5ce870b55d7 (diff) | |
download | freebsd-ports-gnome-19b82a1791900dfca70522c23ae2e14b94c78026.tar.gz freebsd-ports-gnome-19b82a1791900dfca70522c23ae2e14b94c78026.tar.zst freebsd-ports-gnome-19b82a1791900dfca70522c23ae2e14b94c78026.zip |
Install the source instead of the cat-file in ${PREFIX}/man/man1
PR: 65456
Diffstat (limited to 'lang/p2c/Makefile')
-rw-r--r-- | lang/p2c/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/p2c/Makefile b/lang/p2c/Makefile index 1014d72d850c..8b12ebb89b7f 100644 --- a/lang/p2c/Makefile +++ b/lang/p2c/Makefile @@ -7,7 +7,7 @@ PORTNAME= p2c PORTVERSION= 1.21a -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= ftp://ftp.clara.net/pub/mirrors/gnu/hurd/ \ ftp://ftp.u-aizu.ac.jp/pub/lang/netsw/Pascal/ \ |