diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2001-09-19 15:05:26 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2001-09-19 15:05:26 +0000 |
commit | 89d4534a9b263cac8f8915c2ec3dd626f27b8545 (patch) | |
tree | a4ca87fca30f826e87c123c1757408f875f5c78b /x11/xtattr/files | |
parent | 9a1e8fea6e1d6f61d4cb31c0eb6ba1453aebf0de (diff) | |
download | ports-89d4534a9b263cac8f8915c2ec3dd626f27b8545.tar.gz ports-89d4534a9b263cac8f8915c2ec3dd626f27b8545.zip |
Notes
Diffstat (limited to 'x11/xtattr/files')
-rw-r--r-- | x11/xtattr/files/Makefile.bsd | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11/xtattr/files/Makefile.bsd b/x11/xtattr/files/Makefile.bsd new file mode 100644 index 000000000000..3781891853ab --- /dev/null +++ b/x11/xtattr/files/Makefile.bsd @@ -0,0 +1,12 @@ +# $FreeBSD$ + +PROG=xtattr +MAN=xtattr.1 +BINDIR=${PREFIX}/bin +MANDIR=${PREFIX}/man/man + +# I'd love to see a more elegant way to do this :( +xtattr.1:: xtattr.man + ln -s xtattr.man xtattr.1 + +.include <bsd.prog.mk> |