diff options
author | des <des@FreeBSD.org> | 2000-10-21 22:40:55 +0800 |
---|---|---|
committer | des <des@FreeBSD.org> | 2000-10-21 22:40:55 +0800 |
commit | d520ae12192d6360db3db85ad51764fb5983f53b (patch) | |
tree | fdbcf3095f4d9ae5930082eee4e3d3b6e43ea266 /devel/Makefile | |
parent | 4d0b9151a441805d434206411a089e0fe3dbe3fc (diff) | |
download | freebsd-ports-gnome-d520ae12192d6360db3db85ad51764fb5983f53b.tar.gz freebsd-ports-gnome-d520ae12192d6360db3db85ad51764fb5983f53b.tar.zst freebsd-ports-gnome-d520ae12192d6360db3db85ad51764fb5983f53b.zip |
Simple tool that parses a plist and copies the directories and files listed
within to a specified destination (defaulting to ${PREFIX}).
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index cfd3a36f0fe9..a0a06f90baff 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -248,6 +248,7 @@ SUBDIR += perforce SUBDIR += pharmacy SUBDIR += picprog + SUBDIR += pinstall SUBDIR += pmake SUBDIR += popt SUBDIR += portcheckout |