diff options
-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 a532a4501132..4015007313d2 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 2190b205e7af..000000000000 --- a/math/ss/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/ss -bin/pss |