diff options
author | pav <pav@FreeBSD.org> | 2005-07-18 20:05:02 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-07-18 20:05:02 +0000 |
commit | c7cf892b14fcbaff39ae47fd2a3ee55dd9a7430f (patch) | |
tree | fbc8105a26f4791381cc064be1603cd4b6570b8c /math/ss | |
parent | 5dbef95844ebab8eff87e7168b607ef2a7e1b394 (diff) | |
download | FreeBSD-ports-c7cf892b14fcbaff39ae47fd2a3ee55dd9a7430f.zip FreeBSD-ports-c7cf892b14fcbaff39ae47fd2a3ee55dd9a7430f.tar.gz |
- Use PLIST_FILES
PR: ports/83680
Submitted by: Andrej Zverev <az@inec.ru>
Diffstat (limited to 'math/ss')
-rw-r--r-- | math/ss/Makefile | 2 | ||||
-rw-r--r-- | math/ss/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/math/ss/Makefile b/math/ss/Makefile index a532a45..4015007 100644 --- a/math/ss/Makefile +++ b/math/ss/Makefile @@ -18,6 +18,8 @@ COMMENT= A curses-based SpreadSheet program WRKSRC= ${WRKDIR}/ss_133 MAN1= ss.1 pss.1 +PLIST_FILES= bin/ss bin/pss + do-configure: @${CP} ${WRKSRC}/config.bsd ${WRKSRC}/config.h diff --git a/math/ss/pkg-plist b/math/ss/pkg-plist deleted file mode 100644 index 2190b20..0000000 --- a/math/ss/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/ss -bin/pss |